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; };