Compare commits

..

2 Commits

Author SHA1 Message Date
Joey Hafner
d3371c0575
#17 Trigger workflow
All checks were successful
Deploy NixOS System Configurations to Silver-Flame Hosts / deploy (push) Successful in 2m22s
2024-10-25 18:15:01 -07:00
Joey Hafner
8e7febf5f1
#17 Fix hanging ssh command 2024-10-25 18:14:33 -07:00
2 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,6 @@ jobs:
run: |
echo -e "${{ secrets.RUNNER_SSH_PRIVATEKEY }}" > /tmp/key
chmod 600 /tmp/key
ssh -i /tmp/key
- name: Get list of hosts
run: |
nix eval --json .#deploy.nodes --apply 'builtins.attrValues' |\

View File

@ -109,4 +109,4 @@
boot.loader.efi.canTouchEfiVariables = true;
boot.supportedFilesystems = [ "nfs" ];
system.stateVersion = "24.05";
}
}