#17 Trigger workflow
All checks were successful
Deploy NixOS System Configurations to Silver-Flame Hosts / deploy (push) Successful in 2m24s

This commit is contained in:
Joey Hafner 2024-10-25 20:53:07 -07:00
parent 4ebc17c7f9
commit 0e1381c64f
No known key found for this signature in database

View File

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