about summary refs log tree commit diff stats
path: root/system/users/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-20 07:43:36 +0200
committerSoispha <soispha@vhack.eu>2023-05-20 07:54:44 +0200
commit4d1a37c96bd5dbf31e543adad294edc0b0c3cae2 (patch)
tree6b2e8c40184f8de06af602d850b9a5eeb5910b7b /system/users/default.nix
parentFix(hm/wms/river): Remove accel from the moonlander pointer (diff)
downloadnixos-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.nix1
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
         ];