From 0cc6e18f3d2bb36a18597b0f18eb5cb9fc369d01 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 20 Jun 2024 11:45:19 +0200 Subject: [PATCH] Update --- hosts/modules/server/ntfy-sh.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/modules/server/ntfy-sh.nix b/hosts/modules/server/ntfy-sh.nix index cdd7879..6238b11 100644 --- a/hosts/modules/server/ntfy-sh.nix +++ b/hosts/modules/server/ntfy-sh.nix @@ -10,8 +10,6 @@ in { settings = { base-url = url; listen-http = "127.0.0.1:${toString port}"; - auth-file = "/var/lib/ntfy-sh/user.db"; - auth-default-access = "deny-all"; behind-proxy = true; }; };