sudo.nix: initial config
This commit is contained in:
parent
53e0a8f50b
commit
7e4cb4d9a4
6 changed files with 31 additions and 19 deletions
|
@ -28,7 +28,7 @@ in {
|
|||
|
||||
users.users.${cfg.username} = {
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel"];
|
||||
extraGroups = ["wheel" "networking"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue