From 0e32fc6f7d4c8630dc126129dbb28ee60ba03931 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Thu, 20 Jul 2023 23:32:04 +0530 Subject: [PATCH] remote networkmanager group --- common/users/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/users/default.nix b/common/users/default.nix index 2dfeed0..c4c2a51 100644 --- a/common/users/default.nix +++ b/common/users/default.nix @@ -15,7 +15,7 @@ in { inherit (user.primary) hashedPassword; description = user.primary.realName; isNormalUser = true; - extraGroups = ["docker" "libvirtd" "networkmanager" "tss" "wheel"]; + extraGroups = ["docker" "libvirtd" "tss" "wheel"]; shell = pkgs.zsh; openssh.authorizedKeys.keys = [ user.primary.sshPublicKey