Rekey all secrets and formatting

This commit is contained in:
pazpi 2024-11-06 12:10:37 +01:00
parent 45c92d191b
commit a1e1f4ccfb
10 changed files with 86 additions and 86 deletions

View file

@ -82,7 +82,7 @@ in
})
(lib.mkIf (cfg.proxy != { }) {
(lib.mkIf cfg.proxy.enable {
services.caddy = with cfg.proxy; {
virtualHosts."prometheus.${domain}".extraConfig = ''
reverse_proxy http://${host}:9090