s not real
This commit is contained in:
parent
0699fb386e
commit
e75ab5891a
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue