modules/nixos/services/homeserver: use more substitutions in port numbers in caddy configs

This commit is contained in:
wo2wz 2025-11-14 12:12:07 -05:00
parent 2af18a5838
commit 3996575296
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@
bind tailscale/ntfy
reverse_proxy localhost:8006
reverse_proxy localhost${config.services.ntfy-sh.settings.listen-http}
'';
users = {

View file

@ -7,7 +7,7 @@
import default-settings
import cloudflare-tls
reverse_proxy localhost:8005
reverse_proxy localhost:${config.services.uptime-kuma.settings.PORT}
'';
services.uptime-kuma = {

View file

@ -9,7 +9,7 @@
import default-settings
import cloudflare-tls
reverse_proxy localhost:8001
reverse_proxy localhost:${toString config.services.zipline.settings.CORE_PORT}
'';
users.users.zipline = {