#17 Remove all manifests from nixosSystemConfiguration
I think we want to manage k8s resources separately from the infrastructure it runs on
This commit is contained in:
parent
04f22ed5fb
commit
3328571be6
@ -32,7 +32,8 @@
|
||||
];
|
||||
clusterInit = (hostConf.name == "bard");
|
||||
serverAddr = (if hostConf.name == "bard" then "" else "https://192.168.1.31:6443");
|
||||
manifests = { longhorn-nixos-path.source = ./manifests/longhorn-nixos-path.yaml; };
|
||||
manifests = { }; # We are going to manage k8s resources separately from
|
||||
# the infrastructure config
|
||||
};
|
||||
services.openiscsi = {
|
||||
enable = false;
|
||||
|
Loading…
Reference in New Issue
Block a user