mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
ntfy: Override default settings
This commit is contained in:
parent
5c6e5e2f03
commit
93eda36511
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ in
|
||||||
|
|
||||||
services.ntfy-sh = {
|
services.ntfy-sh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = lib.mkForce {
|
||||||
base-url = "https://${cfg.domain}";
|
base-url = "https://${cfg.domain}";
|
||||||
listen-http = "localhost:${builtins.toString cfg.port}";
|
listen-http = "localhost:${builtins.toString cfg.port}";
|
||||||
behind-proxy = true;
|
behind-proxy = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue