s not real

This commit is contained in:
Sakooooo 2024-09-02 13:50:44 +04:00
parent 0699fb386e
commit e75ab5891a
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -14,6 +14,9 @@ in {
}; };
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
users.users.sako.extraGroups = [ "wireshark" ];
programs.wireshark = { programs.wireshark = {
enable = true; enable = true;
package = pkgs.wireshark; package = pkgs.wireshark;