Compare commits

...

2 Commits

Author SHA1 Message Date
Joey Hafner
0e1381c64f
#17 Trigger workflow
All checks were successful
Deploy NixOS System Configurations to Silver-Flame Hosts / deploy (push) Successful in 2m24s
2024-10-25 20:53:07 -07:00
Joey Hafner
4ebc17c7f9
#17 Fix typo: Call the built binary 2024-10-25 20:52:57 -07:00
2 changed files with 3 additions and 3 deletions

View File

@ -39,6 +39,6 @@ jobs:
for host in $(cat /tmp/hostlist); do
ssh-keyscan -t ed25519 $host >> ~/.ssh/known_hosts
done
- name: Run deploy-rs from flake
- name: Dry-run deploy
run: |
./deploy --ssh-opts '-i /tmp/key' --dry-activate
./deploy/bin/deploy --ssh-opts '-i /tmp/key' --dry-activate

View File

@ -33,7 +33,7 @@
clusterInit = (hostConf.name == "bard");
serverAddr = (if hostConf.name == "bard" then "" else "https://192.168.1.31:6443");
# We are going to manage k8s resources separately from the infrastructure config
manifests = { };
manifests = { };
};
services.openiscsi = {
enable = false;