diff --git a/modules/system/services/ntfy.nix b/modules/system/services/ntfy.nix index abdf7c8..ff2f543 100644 --- a/modules/system/services/ntfy.nix +++ b/modules/system/services/ntfy.nix @@ -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;