From 8e88e81b86c2c55291c8d9026fbce85bd2b4012f Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sun, 24 Sep 2023 21:18:06 +0530 Subject: [PATCH] Revert "remote networkmanager group" This reverts commit 0e32fc6f7d4c8630dc126129dbb28ee60ba03931. --- 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 c4c2a51..2dfeed0 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" "tss" "wheel"]; + extraGroups = ["docker" "libvirtd" "networkmanager" "tss" "wheel"]; shell = pkgs.zsh; openssh.authorizedKeys.keys = [ user.primary.sshPublicKey