{ dinit.enable = true; init.services.ntfy-sh.shutdownOnExit = true; services.ntfy-sh = { enable = true; settings = { base-url = "https://ntfy.kun.is"; cache-duration = "14d"; auth-file = "/var/lib/ntfy/user.db"; auth-default-access = "deny-all"; enable-signup = false; enable-login = true; visitor-subscription-limit = 100; }; }; }