Add more ssh flags

This commit is contained in:
iFargle 2024-01-22 15:47:41 +09:00
parent 23a2f8f189
commit cae4845438
2 changed files with 4 additions and 4 deletions

View file

@ -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
"

View file

@ -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";
};