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