From bfbb462fc6c3bf3720d7e62ec24f9f33452ec5cb Mon Sep 17 00:00:00 2001 From: Thilo Hohlt <123883702+thiloho@users.noreply.github.com> Date: Thu, 11 May 2023 17:12:36 +0200 Subject: [PATCH] Update shared.nix --- nixos-configurations/shared.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-configurations/shared.nix b/nixos-configurations/shared.nix index 1fb3cae..38e0e09 100644 --- a/nixos-configurations/shared.nix +++ b/nixos-configurations/shared.nix @@ -40,7 +40,7 @@ users.users.thiloho = { isNormalUser = true; - extraGroups = [ "wheel" "networkmanager" ]; + extraGroups = [ "wheel" ]; }; # Home manager configuration