diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/users/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/users/default.nix b/system/users/default.nix index f68c35d3..98dde343 100644 --- a/system/users/default.nix +++ b/system/users/default.nix @@ -29,6 +29,7 @@ in { shell = pkgs.zsh; initialHashedPassword = cfg.hashedPassword; extraGroups = [ + "plugdev" # although deprecated, this helps with old udev rules, that still use this group "wheel" "networkmanager" # if I activate network-manager, this will help ]; |