From 4decf1a76bf98d9466a1143800b71cfeeeb364d3 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sat, 20 Jul 2024 01:00:42 +0200 Subject: [PATCH] test ssh_key --- .forgejo/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 8bb9b71..1aa2168 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -10,7 +10,7 @@ jobs: EOF chmod 600 .id_rsa eval $(ssh-agent) - ssh add .id_rsa + ssh-add .id_rsa NIX_SSHOPTS="-i $PWD/id_rsa" nix flake update - run: nix build .#nixosConfigurations.orbi.config.system.build.toplevel - run: nix build .#nixosConfigurations.cream.config.system.build.toplevel