From cae48454383c27466cba8ed793e3d887d35f93a6 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 22 Jan 2024 15:47:41 +0900 Subject: [PATCH] Add more ssh flags --- .forgejo/workflows/deploy-rs.yml | 6 +++--- flake.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/deploy-rs.yml b/.forgejo/workflows/deploy-rs.yml index 4c5f497c..c8d55891 100644 --- a/.forgejo/workflows/deploy-rs.yml +++ b/.forgejo/workflows/deploy-rs.yml @@ -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 " diff --git a/flake.nix b/flake.nix index c723800d..bb5d1f47 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; };