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 ];