From 81e72e574d9573506dc463d104809205b37ae386 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 20 Jun 2024 11:41:28 +0200 Subject: [PATCH] Update --- hosts/modules/server/ntfy-sh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/modules/server/ntfy-sh.nix b/hosts/modules/server/ntfy-sh.nix index 564608f..2692f83 100644 --- a/hosts/modules/server/ntfy-sh.nix +++ b/hosts/modules/server/ntfy-sh.nix @@ -5,6 +5,7 @@ let port = 8082; url = "https://" + hostname; in { + environment.etc."ntfy-sh/auth" = { text = ""; }; services.ntfy-sh = { enable = true; settings = {