This commit is contained in:
Lukas Wurzinger 2024-09-15 14:17:08 +02:00
parent 290f2dadc3
commit 8b4eea68fa

View file

@ -11,7 +11,7 @@
isNormalUser = true;
hashedPasswordFile = config.age.secrets.user-lukas.path;
openssh.authorizedKeys.keys = builtins.attrValues (import ../pubkeys.nix).users;
extraGroups = ["wheel" "networkmanager" "gamemode"];
extraGroups = ["wheel"];
};
};
};