diff options
author | Soispha <soispha@vhack.eu> | 2023-05-20 07:43:36 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-20 07:54:44 +0200 |
commit | 4d1a37c96bd5dbf31e543adad294edc0b0c3cae2 (patch) | |
tree | 6b2e8c40184f8de06af602d850b9a5eeb5910b7b /system/users/default.nix | |
parent | Fix(hm/wms/river): Remove accel from the moonlander pointer (diff) | |
download | nixos-config-4d1a37c96bd5dbf31e543adad294edc0b0c3cae2.tar.gz nixos-config-4d1a37c96bd5dbf31e543adad294edc0b0c3cae2.zip |
Fix(system): Add configs for networkmanager only if it's enabled
Diffstat (limited to '')
-rw-r--r-- | system/users/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/users/default.nix b/system/users/default.nix index d2fc27fd..96925671 100644 --- a/system/users/default.nix +++ b/system/users/default.nix @@ -34,7 +34,6 @@ in { extraGroups = [ "plugdev" # although deprecated, this helps with old udev rules, that still use this group. TODO check for an open issue "wheel" - "networkmanager" # if I activate network-manager, this will help "libvirtd" # needed to run libvirt stuff as this user "scanner" # needed for permission to access the scanner ]; |