about summary refs log tree commit diff
path: root/users/aspen/system/system/modules/wireshark.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/aspen/system/system/modules/wireshark.nix')
-rw-r--r--users/aspen/system/system/modules/wireshark.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/aspen/system/system/modules/wireshark.nix b/users/aspen/system/system/modules/wireshark.nix
index 30658419fc..b233d40041 100644
--- a/users/aspen/system/system/modules/wireshark.nix
+++ b/users/aspen/system/system/modules/wireshark.nix
@@ -5,5 +5,5 @@
     enable = true;
     package = pkgs.wireshark;
   };
-  users.users.grfn.extraGroups = [ "wireshark" ];
+  users.users.aspen.extraGroups = [ "wireshark" ];
 }