test ssh_key
Some checks failed
/ build (push) Failing after 7s

This commit is contained in:
Ingolf Wagner 2024-07-20 00:13:08 +02:00
parent f950757d99
commit daf3c22cbb
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -9,7 +9,7 @@ jobs:
${{ secrets.SSH_KEY }}
EOF
chmod 600 $PWD/id_rsa
NIX_SSHOPTS='-i $PWD/id_rsa' nix flake update
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
- run: nix build .#nixosConfigurations.cherry.config.system.build.toplevel