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

@@ -102,7 +102,6 @@
# nix.sshServe.enable = true;
# nix.sshServe.keys = [ "ssh-dss AAAAB3NzaC1k... bob@example.org" ];
me.bootstrap.enable = true;
me.dont_use_substituters.enable = true;
me.minimal_base.enable = true;
me.worker_node.enable = true;