mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +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 = {
|
||||
enable = true;
|
||||
settings = {
|
||||
settings = lib.mkForce {
|
||||
base-url = "https://${cfg.domain}";
|
||||
listen-http = "localhost:${builtins.toString cfg.port}";
|
||||
behind-proxy = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue