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

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

View file

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