sudo.nix: initial config

This commit is contained in:
Charlie Root 2024-08-22 21:41:20 +02:00
commit 805d897927
6 changed files with 31 additions and 19 deletions

View file

@ -28,7 +28,7 @@ in {
users.users.${cfg.username} = {
isNormalUser = true;
extraGroups = ["wheel"];
extraGroups = ["wheel" "networking"];
};
};
}