From 215005d92742d4bbc77aee55c248b004e5fb4a05 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Sun, 9 Oct 2016 18:43:01 +0200 Subject: [PATCH] =?UTF-8?q?installation=20des=20outils=20r=C3=A9seaux=20su?= =?UTF-8?q?r=20toutes=20les=20machines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/app-network.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/app-network.nix b/public/app-network.nix index 2694bcb..28bc6a5 100644 --- a/public/app-network.nix +++ b/public/app-network.nix @@ -7,7 +7,8 @@ let profiles = config.r6d.profiles; in -mkIf profiles.isDesktop { +mkIf true { +#mkIf profiles.isDesktop { # Paquets environment.systemPackages = with pkgs; [ @@ -19,7 +20,7 @@ mkIf profiles.isDesktop { ## Diagnostic arp-scan - wireshark + #wireshark whois ];