nix-files/hosts/common/programs/wireshark.nix

7 lines
138 B
Nix
Raw Normal View History

2023-05-10 04:52:12 +00:00
{ config, ... }:
{
sane.programs.wireshark.slowToBuild = true;
2023-05-10 04:52:12 +00:00
programs.wireshark.enable = config.sane.programs.wireshark.enabled;
}