From 8318f75fcfd2cf1940a0f6880f15bc3fccdbcf72 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Fri, 25 Oct 2024 22:57:53 +0530 Subject: [PATCH] wynne: enable login in ntfy --- hosts/wynne/services/apps/ntfy.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/wynne/services/apps/ntfy.nix b/hosts/wynne/services/apps/ntfy.nix index d81a9a0..5b2519f 100644 --- a/hosts/wynne/services/apps/ntfy.nix +++ b/hosts/wynne/services/apps/ntfy.nix @@ -48,6 +48,7 @@ in auth-file = "/mnt/data/ntfy-sh/user.db"; attachment-cache-dir = "/mnt/data/ntfy-sh/attachments"; cache-file = "/mnt/data/ntfy-sh/cache-file.db"; + enable-login = true; auth-default-access = "deny-all"; };