Extra sudo module, use sudo-rs
This commit is contained in:
parent
656147c9dd
commit
6b06d8c1dd
2 changed files with 10 additions and 4 deletions
|
@ -13,10 +13,7 @@
|
|||
users.users.${config.flake.meta.owner.username} = {
|
||||
isNormalUser = true;
|
||||
initialPassword = lib.mkForce "";
|
||||
extraGroups = [
|
||||
"input"
|
||||
"wheel"
|
||||
];
|
||||
extraGroups = [ "input" ];
|
||||
};
|
||||
|
||||
nix.settings.trusted-users = [ config.flake.meta.owner.username ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue