From e75ab5891a6668c6411becb17c6832e789065f4e Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:50:44 +0400 Subject: [PATCH] s not real --- modules/desktop/security/wireshark/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/desktop/security/wireshark/default.nix b/modules/desktop/security/wireshark/default.nix index f1e62168..2e8c39c6 100644 --- a/modules/desktop/security/wireshark/default.nix +++ b/modules/desktop/security/wireshark/default.nix @@ -14,6 +14,9 @@ in { }; config = lib.mkIf cfg.enable { + + users.users.sako.extraGroups = [ "wireshark" ]; + programs.wireshark = { enable = true; package = pkgs.wireshark;