summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-04-23 03:33:17 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2024-04-23 03:33:17 -0600
commit3d56913effc6fb24f28faa810767b5b3f858808c (patch)
tree985517bd8e83607fafde4c6e8fb7faaf200fb84f
parent7cfc89abf1cb5853d06a7372a141e112c4d2174d (diff)
wireshark has a group
-rw-r--r--modules/users/defin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/users/defin.nix b/modules/users/defin.nix
index 03cb975..f254e99 100644
--- a/modules/users/defin.nix
+++ b/modules/users/defin.nix
@@ -7,7 +7,7 @@
users.defin = {
isNormalUser = true;
description = "Devin Finlinson";
- extraGroups = [ "wheel" "builders" "video" "input" "docker" "dialout" ]; # (wheel) Enable ‘sudo’ for the user.
+ extraGroups = [ "wheel" "builders" "video" "input" "docker" "dialout" "wireshark" ]; # (wheel) Enable ‘sudo’ for the user.
shell = pkgs.nushell;
hashedPassword = "$6$UljPNAdxZ22lP3Bc$8VaEAacZxtXM3Zji2IA7Jf5fXs9pFnAVQff1d8IbfFOKCvjibceyopOAjRXa8lXtpOSJgPW1OO1dzOspqhWnz0";