From fe393e3c2a9288c80974193042a1ca56602aeab8 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 20 Jun 2024 11:38:53 +0200 Subject: [PATCH] Update --- hosts/modules/server/ntfy-sh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/modules/server/ntfy-sh.nix b/hosts/modules/server/ntfy-sh.nix index 0a23fa5..564608f 100644 --- a/hosts/modules/server/ntfy-sh.nix +++ b/hosts/modules/server/ntfy-sh.nix @@ -10,7 +10,7 @@ in { settings = { base-url = url; listen-http = "127.0.0.1:${toString port}"; - # auth-file = "/etc/ntfy-sh/authfile" + auth-file = "/etc/ntfy-sh/authfile"; auth-default-access = "deny-all"; behind-proxy = true; };