monitoring: inutile de conserver le port 8000 ouvert car aucun service n'écoute

This commit is contained in:
2017-01-20 12:02:03 +01:00
parent aec47a8d1b
commit b9b92c5942

View File

@@ -36,7 +36,7 @@ mkIf true {
# Réseau # Réseau
networking.firewall = { networking.firewall = {
allowedTCPPorts = [ allowedTCPPorts = [
8000 #8000
]; ];
allowedUDPPorts = [ allowedUDPPorts = [
]; ];