Add a bootstrap role.

This commit is contained in:
Tom Alexander
2025-12-20 22:14:28 -05:00
parent b0fe14adfc
commit a113cccb52
6 changed files with 12 additions and 6 deletions

View File

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