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

View file

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