From 3924624e7516464d2f24cd19b62c02072436850c Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Wed, 8 Jun 2022 18:47:49 +0200 Subject: YOLO --- hosts/microwave/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hosts/microwave') diff --git a/hosts/microwave/configuration.nix b/hosts/microwave/configuration.nix index 9359ac7..53464da 100644 --- a/hosts/microwave/configuration.nix +++ b/hosts/microwave/configuration.nix @@ -70,6 +70,11 @@ uid = 1000; }; + programs.wireshark = { + enable = true; + package = pkgs.wireshark; + }; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It‘s perfectly fine and recommended to leave -- cgit v1.3.1