Move the cluster bootstrap into the keys flake.

Bootstrapping the cluster needs access to secrets, so I am moving it into the keys flake.
This commit is contained in:
Tom Alexander
2025-12-20 23:13:51 -05:00
parent e9901cd63a
commit ae8c3f44e0
11 changed files with 51 additions and 60 deletions

View File

@@ -18,10 +18,6 @@
};
config = lib.mkIf config.me.worker_node.enable {
me.bootstrap.manifests = [
"${../bootstrap/files/initial_clusterrole.yaml}"
"${../bootstrap/files/cilium.yaml}"
];
me.cilium.enable = true;
me.containerd.enable = true;
me.firewall.enable = true;