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)"
|
||||
run: |
|
||||
ssh -o StrictHostKeyChecking=no albert@framework-server \
|
||||
ssh -q -A -o StrictHostKeyChecking=no albert@framework-server \
|
||||
"
|
||||
nixos-version
|
||||
"
|
||||
|
||||
- name: "SSH and Deploy"
|
||||
run: |
|
||||
ssh -o StrictHostKeyChecking=no albert@framework-server \
|
||||
ssh -q -A -o StrictHostKeyChecking=no albert@framework-server \
|
||||
"
|
||||
cd /etc/nixos/git
|
||||
git pull
|
||||
|
@ -78,7 +78,7 @@ jobs:
|
|||
|
||||
- name: "nixos-version (Post)"
|
||||
run: |
|
||||
ssh -o StrictHostKeyChecking=no albert@framework-server \
|
||||
ssh -q -A -o StrictHostKeyChecking=no albert@framework-server \
|
||||
"
|
||||
nixos-version
|
||||
"
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
# Hyprland Plugins
|
||||
hyprland-plugins.url = "github:hyprwm/hyprland-plugins";
|
||||
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.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue