feat: several updates
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user