ntfy: Override default settings

This commit is contained in:
SebastianStork 2025-09-10 13:24:53 +02:00
parent 5c6e5e2f03
commit 93eda36511

View file

@ -23,7 +23,7 @@ in
services.ntfy-sh = {
enable = true;
settings = {
settings = lib.mkForce {
base-url = "https://${cfg.domain}";
listen-http = "localhost:${builtins.toString cfg.port}";
behind-proxy = true;