feat: make some settings better.
This commit is contained in:
parent
879ce06305
commit
bf659b8482
4 changed files with 11 additions and 18 deletions
|
|
@ -3,9 +3,10 @@
|
|||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
users.users.crony = {
|
||||
hashedPasswordFile = "${config.age.secrets.crony-passwd.path}";
|
||||
linger = true;
|
||||
isNormalUser = true;
|
||||
description = "crony";
|
||||
hashedPasswordFile = "${config.age.secrets.crony-passwd.path}";
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue