diff options
Diffstat (limited to 'modules/user.nix')
| -rw-r--r-- | modules/user.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user.nix b/modules/user.nix index d4e9086..363fd02 100644 --- a/modules/user.nix +++ b/modules/user.nix @@ -10,7 +10,7 @@ isNormalUser = true; description = "Mel"; shell = pkgs.fish; - extraGroups = [ "wheel" "dialout" "kvm" "networkmanager" "adbusers" "docker" ]; + extraGroups = [ "wheel" "dialout" "wireshark" "kvm" "networkmanager" "adbusers" "docker" ]; hashedPasswordFile = config.age.secrets.password.path; # TODO: commented out pacckages are currently not available on ARM, and thus not on the |
