#17 Trigger workflow
Some checks failed
Deploy NixOS System Configurations to Silver-Flame Hosts / deploy (push) Failing after 5m12s
Some checks failed
Deploy NixOS System Configurations to Silver-Flame Hosts / deploy (push) Failing after 5m12s
This commit is contained in:
parent
c717e3b680
commit
d73d6928c7
@ -34,7 +34,7 @@
|
|||||||
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;
|
||||||
name = "iqn.2020-03.net.jafner:${hostConf.name}-initiatorhost";
|
name = "iqn.2020-03.net.jafner:${hostConf.name}-initiatorhost";
|
||||||
|
Loading…
Reference in New Issue
Block a user