zaphyra's git: nixfiles

zaphyra and void's nixfiles

commit 0fe48a00914e0232f5f217450cf4e1b8a86124cb
parent 210f5e801a9f26ac657541e3d55a316239e16484
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Thu, 19 Jun 2025 20:14:41 +0200

config/nixos/modules/users/zaphyra: remove check for networkmanager group
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/config/nixos/modules/users/zaphyra.nix b/config/nixos/modules/users/zaphyra.nix
@@ -36,8 +36,6 @@ in
             [
               "ssh"
               "wheel"
-            ]
-            ++ lib.optionals config.networking.networkmanager.enable [
               "networkmanager"
             ];
           openssh.authorizedKeys.keys = [