From 07f519bf36903c06c0b197154b0ae33160ed3fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Mon, 3 Jun 2024 04:08:16 +0200 Subject: [PATCH] Add monitoring services --- system/monitoring.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/monitoring.nix b/system/monitoring.nix index 312489e..56adbfd 100644 --- a/system/monitoring.nix +++ b/system/monitoring.nix @@ -29,5 +29,5 @@ wantedBy = [ "multi-user.target" ]; }; - networking.firewall.allowedTCPPorts = [ 9100 9558 8989 ]; + networking.firewall.allowedTCPPorts = [ 9100 9558 ]; }