From d1387b4716310b148445451dab583c06b23574b5 Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 1 Sep 2023 13:00:43 -0400 Subject: [PATCH] uptimekuma: reopen port 4000 --- hosts/sora/services/uptimekuma.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/sora/services/uptimekuma.nix b/hosts/sora/services/uptimekuma.nix index 4bdb837..4122bbc 100644 --- a/hosts/sora/services/uptimekuma.nix +++ b/hosts/sora/services/uptimekuma.nix @@ -1,4 +1,5 @@ _: { + networking.firewall.allowedTCPPorts = [4000]; services.uptime-kuma = { enable = true; settings = {