From cc903c1e0d6b41d675c3d11da8b47e76ec23ba40 Mon Sep 17 00:00:00 2001 From: 514fpv Date: Sat, 10 Feb 2024 05:48:08 +0800 Subject: [PATCH] fix: add networkmanager as an adminGroup --- home/profile.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/profile.nix b/home/profile.nix index c6b20c45..ef8be539 100644 --- a/home/profile.nix +++ b/home/profile.nix @@ -86,6 +86,7 @@ in { adminGroups = [ "wheel" "kvm" "systemd-journal" + "networkmanager" ]; # base home modules in current directory