Add more ssh flags
This commit is contained in:
parent
23a2f8f189
commit
cae4845438
2 changed files with 4 additions and 4 deletions
|
@ -62,14 +62,14 @@ jobs:
|
||||||
|
|
||||||
- name: "nixos-version (Pre)"
|
- name: "nixos-version (Pre)"
|
||||||
run: |
|
run: |
|
||||||
ssh -o StrictHostKeyChecking=no albert@framework-server \
|
ssh -q -A -o StrictHostKeyChecking=no albert@framework-server \
|
||||||
"
|
"
|
||||||
nixos-version
|
nixos-version
|
||||||
"
|
"
|
||||||
|
|
||||||
- name: "SSH and Deploy"
|
- name: "SSH and Deploy"
|
||||||
run: |
|
run: |
|
||||||
ssh -o StrictHostKeyChecking=no albert@framework-server \
|
ssh -q -A -o StrictHostKeyChecking=no albert@framework-server \
|
||||||
"
|
"
|
||||||
cd /etc/nixos/git
|
cd /etc/nixos/git
|
||||||
git pull
|
git pull
|
||||||
|
@ -78,7 +78,7 @@ jobs:
|
||||||
|
|
||||||
- name: "nixos-version (Post)"
|
- name: "nixos-version (Post)"
|
||||||
run: |
|
run: |
|
||||||
ssh -o StrictHostKeyChecking=no albert@framework-server \
|
ssh -q -A -o StrictHostKeyChecking=no albert@framework-server \
|
||||||
"
|
"
|
||||||
nixos-version
|
nixos-version
|
||||||
"
|
"
|
||||||
|
|
|
@ -45,7 +45,7 @@
|
||||||
# Hyprland Plugins
|
# Hyprland Plugins
|
||||||
hyprland-plugins.url = "github:hyprwm/hyprland-plugins";
|
hyprland-plugins.url = "github:hyprwm/hyprland-plugins";
|
||||||
hyprland-plugins.inputs.hyprland.follows = "hyprland";
|
hyprland-plugins.inputs.hyprland.follows = "hyprland";
|
||||||
# Nix-enabled generative AI creation tools
|
# Nix-enabled generative AI creation toolsI
|
||||||
nixified-ai.url = "github:nixified-ai/flake";
|
nixified-ai.url = "github:nixified-ai/flake";
|
||||||
nixified-ai.inputs.nixpkgs.follows = "nixpkgs";
|
nixified-ai.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue