modules/nixos/services/homeserver: use more substitutions in port numbers in caddy configs
This commit is contained in:
parent
2af18a5838
commit
3996575296
3 changed files with 3 additions and 3 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue