From accab35baf106d00abcb3fa4e89b120aa278e7c4 Mon Sep 17 00:00:00 2001 From: randomuser Date: Sat, 15 Jul 2023 23:53:22 -0500 Subject: [PATCH] disable ntfy.sh on netbox --- netbox.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/netbox.nix b/netbox.nix index 81c4025..0f585c6 100644 --- a/netbox.nix +++ b/netbox.nix @@ -127,12 +127,12 @@ }; }; - services.ntfy-sh = { - enable = true; - settings = { - listen-http = ":3500"; - }; - }; + # services.ntfy-sh = { + # enable = true; + # settings = { + # listen-http = ":3500"; + # }; + # }; services.vaultwarden.enable = true;