chore: change public_ssh_key for plural

This commit is contained in:
Xavier Morel
2025-12-22 16:59:18 +01:00
parent a78704f30f
commit a800347d75
2 changed files with 2 additions and 6 deletions

View File

@@ -41,9 +41,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";
};