diff --git a/configuration-example.nix b/configuration-example.nix index e3f98f5..4e88f55 100644 --- a/configuration-example.nix +++ b/configuration-example.nix @@ -17,7 +17,7 @@ users.users.satoshi = { isNormalUser = true; description = "satoshi"; - extraGroups = ["networkmanager" "wheel"]; + extraGroups = ["wheel"]; packages = with pkgs; [ # thunderbird ];