From f85280a4ec9e62d80d240c30973b555c029926ee Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Tue, 23 Apr 2024 20:47:30 -0600 Subject: wireshark for khad --- machines/khad/configuration.nix | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'machines') diff --git a/machines/khad/configuration.nix b/machines/khad/configuration.nix index 3d51948..1935df5 100644 --- a/machines/khad/configuration.nix +++ b/machines/khad/configuration.nix @@ -116,11 +116,17 @@ # Some programs need SUID wrappers, can be configured further or are # started in user sessions. - programs.light.enable = true; - programs.mtr.enable = true; - programs.gnupg.agent = { - enable = true; - enableSSHSupport = true; + programs = { + wireshark = { + enable = true; + package = pkgs.wireshark; + }; + light.enable = true; + mtr.enable = true; + gnupg.agent = { + enable = true; + enableSSHSupport = true; + }; }; # List services that you want to enable: -- cgit v1.2.3