test ssh_key
This commit is contained in:
parent
4f93d3d416
commit
5d7789fa5c
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@ jobs:
|
|||
runs-on: native
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: env
|
||||
- run: |
|
||||
export NIX_SSHOPTS="-i $PWD/id_rsa"
|
||||
cat ${{ secrets.SSH_KEY }} > $PWD/.ssh/id_rsa
|
||||
export NIX_SSHOPTS="-i $PWD/.ssh/id_rsa"
|
||||
nix flake update
|
||||
- run: nix build .#nixosConfigurations.orbi.config.system.build.toplevel
|
||||
- run: nix build .#nixosConfigurations.cream.config.system.build.toplevel
|
||||
|
|
Loading…
Reference in a new issue