From d4d04afb547506502eb3ce78c44222241df2995b Mon Sep 17 00:00:00 2001 From: ekzyis Date: Mon, 22 Apr 2024 12:12:43 +0200 Subject: [PATCH] Add ekzyis to networkmanager group --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index f404f3f..5cb2da9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -68,7 +68,7 @@ users.users.ekzyis = { isNormalUser = true; home = "/home/ekzyis"; - extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user. + extraGroups = [ "wheel" "networkmanager" ]; # Enable ‘sudo’ for the user. packages = with pkgs; [ ]; };