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