pluh 🗣

This commit is contained in:
Lukas Wurzinger 2025-03-09 17:33:53 +01:00
parent 5a904c8507
commit 012b945e73
No known key found for this signature in database
4 changed files with 1 additions and 1 deletions

View file

@ -20,7 +20,7 @@ in {
isNormalUser = true;
hashedPasswordFile = config.age.secrets."user-${mainUser}".path;
openssh.authorizedKeys.keys = builtins.attrValues config.pubkeys.users;
extraGroups = ["wheel"];
extraGroups = ["wheel"]; #TODO remove
};
};
};