removed temporary params

This commit is contained in:
Bryan Ramos 2024-05-13 23:06:57 -04:00
parent 263f624ae5
commit 674fa7c408
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -10,13 +10,11 @@
};
};
users.mutableUsers = false;
users.users = {
${config.user.name} = {
isNormalUser = true;
extraGroups = config.user.groups;
openssh.authorizedKeys.keys = [ "${config.user.sshKeys.key1}" ];
initialPassword = "123";
};
};