#17 Trigger workflow
Some checks failed
Deploy NixOS System Configurations to Silver-Flame Hosts / deploy (push) Failing after 2m41s

This commit is contained in:
Joey Hafner 2024-10-25 18:18:59 -07:00
parent e257778aad
commit 845dd73882
No known key found for this signature in database

View File

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