From 8c13f3e743fe3de7ff8e5aef421099cc37a117be Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 7 Apr 2024 20:02:27 +0200 Subject: common/headless: basic monitoring on by default --- flora/services/ntfy.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flora/services/ntfy.nix') diff --git a/flora/services/ntfy.nix b/flora/services/ntfy.nix index e00971f..aa46a39 100644 --- a/flora/services/ntfy.nix +++ b/flora/services/ntfy.nix @@ -21,6 +21,8 @@ }; }; + networking.firewall.allowedTCPPorts = [ 2525 ]; + services.mollysocket = { enable = true; settings = { -- cgit v1.2.3