From ee5151504b1115f9a8a43020d3078fbd9d569719 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Fri, 1 Dec 2023 10:26:37 -0800 Subject: [PATCH] Update Configuration --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 231bed7..3a5d438 100644 --- a/configuration.nix +++ b/configuration.nix @@ -63,7 +63,7 @@ free = { isNormalUser = true; description = "free"; - extraGroups = [ "networkmanager" ]; + extraGroups = [ "networkmanager" "wheel"]; }; };