summary refs log tree commit diff
path: root/nixos/modules/programs/wireshark.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/wireshark.nix')
-rw-r--r--nixos/modules/programs/wireshark.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/wireshark.nix b/nixos/modules/programs/wireshark.nix
index 710d223b6f59..819f15b98a05 100644
--- a/nixos/modules/programs/wireshark.nix
+++ b/nixos/modules/programs/wireshark.nix
@@ -29,7 +29,7 @@ in {
 
   config = mkIf cfg.enable {
     environment.systemPackages = [ wireshark ];
-    users.extraGroups.wireshark = {};
+    users.groups.wireshark = {};
 
     security.wrappers.dumpcap = {
       source = "${wireshark}/bin/dumpcap";