Compare commits
2 Commits
ccde72e4ab
...
d3371c0575
Author | SHA1 | Date | |
---|---|---|---|
|
d3371c0575 | ||
|
8e7febf5f1 |
@ -25,7 +25,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo -e "${{ secrets.RUNNER_SSH_PRIVATEKEY }}" > /tmp/key
|
echo -e "${{ secrets.RUNNER_SSH_PRIVATEKEY }}" > /tmp/key
|
||||||
chmod 600 /tmp/key
|
chmod 600 /tmp/key
|
||||||
ssh -i /tmp/key
|
|
||||||
- name: Get list of hosts
|
- name: Get list of hosts
|
||||||
run: |
|
run: |
|
||||||
nix eval --json .#deploy.nodes --apply 'builtins.attrValues' |\
|
nix eval --json .#deploy.nodes --apply 'builtins.attrValues' |\
|
||||||
|
@ -109,4 +109,4 @@
|
|||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.supportedFilesystems = [ "nfs" ];
|
boot.supportedFilesystems = [ "nfs" ];
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user