wireshark: fix gui package
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
478bb904b5
commit
9f92539135
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,10 @@ in
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
# https://gitlab.com/wireshark/wireshark
|
# https://gitlab.com/wireshark/wireshark
|
||||||
programs.wireshark.enable = true;
|
programs.wireshark = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.wireshark; # GUI
|
||||||
|
};
|
||||||
|
|
||||||
users.users.${config.custom.username}.extraGroups = [ "wireshark" ];
|
users.users.${config.custom.username}.extraGroups = [ "wireshark" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue