From 783e7fa432bf2dcce230ff4e297694d84161f9e5 Mon Sep 17 00:00:00 2001 From: Bitcoin Txoko <142011724+bitcointxoko@users.noreply.github.com> Date: Sun, 21 Jul 2024 12:02:36 +0200 Subject: [PATCH] Update configuration-example.nix --- configuration-example.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];