From b518d9a52588f5f95c88688dbfabca0228baa747 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Sat, 25 Mar 2017 12:46:55 +0100 Subject: [PATCH] activation wireshark --- applications/graphical/network.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/graphical/network.nix b/applications/graphical/network.nix index 48b4645..93809df 100644 --- a/applications/graphical/network.nix +++ b/applications/graphical/network.nix @@ -12,6 +12,6 @@ mkIf (true && cfg.graphical) { # Paquets environment.systemPackages = with pkgs; [ ## Diagnostic - #wireshark + wireshark ]; }