From d6ddda0a9205a545753b9ebeb622cca7427a1c68 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Tue, 18 Oct 2022 15:10:36 -0700 Subject: [PATCH] Add networkmanager group --- hosts/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 85687e8..f00029a 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -13,7 +13,7 @@ users.users.${user} = { isNormalUser = true; - extraGroups = [ "wheel" "audio" "video" "optical" "storage" ]; + extraGroups = [ "wheel" "audio" "video" "optical" "storage" "networkmanager" ]; initialPassword = "password"; };