test ssh_key
This commit is contained in:
parent
f950757d99
commit
daf3c22cbb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue