diff options
Diffstat (limited to 'common/desktop.nix')
-rw-r--r-- | common/desktop.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/desktop.nix b/common/desktop.nix index eb94b6e..10c16ea 100644 --- a/common/desktop.nix +++ b/common/desktop.nix @@ -40,7 +40,7 @@ users.defaultUserShell = pkgs.fish; users.users.stuebinm = { isNormalUser = true; - extraGroups = [ "docker" "wheel" ]; # Enable ‘sudo’ for the user. + extraGroups = [ "docker" "wheel" "networking" ]; home = "/home/stuebinm"; hashedPassword = "$6$IULsCnY7HjDHAJWs$05DYuwXsfWWKj6m3KTWCPp5k9HuQikIamNBzn2GihMG8oeEf5c8YkXlwuO6uTnX8ZFmyAQdhXfO5yYNEM/YTm0"; useDefaultShell = true; |