X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=modules%2Fprivate%2Fmonitoring%2Fstatus.nix;h=d25d9344247d35acc806cc7c6322d54d4a93ed44;hb=5400b9b6f65451d41a9106fae6fc00f97d83f4ef;hp=ed4d6812857eca914ef7d6213fe8185cd164525d;hpb=6e9f30f4c63fddc5ce886b26b7e4e9ca23a93111;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/modules/private/monitoring/status.nix b/modules/private/monitoring/status.nix index ed4d681..d25d934 100644 --- a/modules/private/monitoring/status.nix +++ b/modules/private/monitoring/status.nix @@ -37,7 +37,7 @@ security.acme.certs."${name}".extraDomains."status.immae.eu" = null; myServices.certificates.enable = true; - networking.firewall.allowedTCPPorts = [ 80 443 18000 ]; + networking.firewall.allowedTCPPorts = [ 80 443 ]; systemd.services.naemon-status = { description = "Naemon status"; after = [ "network.target" ];