From 387d4c9b166c308922560f9b5816e4ae38809d2b Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Thu, 30 Nov 2023 21:26:51 -0800 Subject: [PATCH] testing non root user --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 5d15267..362eeaa 100644 --- a/configuration.nix +++ b/configuration.nix @@ -63,7 +63,7 @@ free = { isNormalUser = true; description = "free"; - extraGroups = [ "networkmanager" "wheel" ]; + extraGroups = [ "networkmanager" ]; }; };