feat: several updates

This commit is contained in:
Xavier Morel
2025-12-09 14:35:20 +01:00
parent aec2e5bf63
commit a78704f30f
36 changed files with 826 additions and 150 deletions

View File

@@ -58,9 +58,7 @@ in
time.timeZone = config.globals.default_tz;
users.users.root = {
openssh.authorizedKeys.keys = [
config.globals.master.public_ssh_key
];
openssh.authorizedKeys.keys = config.globals.master.public_ssh_keys;
initialPassword = "nixos";
};