diff --git a/modules/users.nix b/modules/users.nix index cc1c2ee..1ace265 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -19,8 +19,8 @@ in isNormalUser = true; shell = pkgs.zsh; extraGroups = groupsIfExist [ - "plugdev" # usage of ZSA keyboard tools "media" # access to media files + "plugdev" # usage of ZSA keyboard tools "wheel" # `sudo` for the user. ]; openssh.authorizedKeys.keys = with builtins; let