installation des outils réseaux sur toutes les machines

This commit is contained in:
Yves Dubromelle
2016-10-09 18:43:01 +02:00
parent 9fb124116d
commit 215005d927

View File

@@ -7,7 +7,8 @@ let
profiles = config.r6d.profiles; profiles = config.r6d.profiles;
in in
mkIf profiles.isDesktop { mkIf true {
#mkIf profiles.isDesktop {
# Paquets # Paquets
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
@@ -19,7 +20,7 @@ mkIf profiles.isDesktop {
## Diagnostic ## Diagnostic
arp-scan arp-scan
wireshark #wireshark
whois whois
]; ];