improvements
This commit is contained in:
parent
41ef809bf9
commit
fe4340f555
13 changed files with 75 additions and 136 deletions
|
@ -11,10 +11,7 @@
|
|||
lukas = {
|
||||
isNormalUser = true;
|
||||
hashedPasswordFile = config.age.secrets.user-lukas.path;
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK4U9RzV/gVGBfrCOye7BlS11g5BS7SmuZ36n2ZIJyAX lukas@glacier"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAztZgcRBHqX8Wb2nAlP1qCKF205M3un/D1YnREcO7Dy lukas@flamingo"
|
||||
];
|
||||
openssh.authorizedKeys.keys = builtins.attrValues (import ../pubkeys.nix).users;
|
||||
extraGroups = ["wheel" "networkmanager" "gamemode"];
|
||||
linger = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue