diff options
author | stuebinm | 2022-01-11 19:40:43 +0100 |
---|---|---|
committer | stuebinm | 2022-01-20 13:17:43 +0100 |
commit | db83a406bc6e63289e47ff5d2228c08430832655 (patch) | |
tree | 58962d29d0a2dc0e24fbf55ea40696f65bbd5671 | |
parent | 71a9f3858e42856ef81ad92553a7732811186733 (diff) |
re-add myself to networking
Diffstat (limited to '')
-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; |