From 196a31df898c615c64128a6c30f71a52b2a8e62c Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Fri, 5 May 2023 17:26:05 -0400 Subject: fix(grfn/system): Use the qt-ui wireshark package Change-Id: I97cf04ae6a950fa84262e94d297775edc5273852 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8548 Autosubmit: grfn Tested-by: BuildkiteCI Reviewed-by: grfn --- users/grfn/system/system/modules/wireshark.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'users') diff --git a/users/grfn/system/system/modules/wireshark.nix b/users/grfn/system/system/modules/wireshark.nix index 0bc1d8f04ab4..30658419fc93 100644 --- a/users/grfn/system/system/modules/wireshark.nix +++ b/users/grfn/system/system/modules/wireshark.nix @@ -1,6 +1,9 @@ { config, lib, pkgs, ... }: { - programs.wireshark.enable = true; + programs.wireshark = { + enable = true; + package = pkgs.wireshark; + }; users.users.grfn.extraGroups = [ "wireshark" ]; } -- cgit 1.4.1