domain changes

This commit is contained in:
2025-08-14 19:04:33 +02:00
parent 383097a16f
commit 9f2aadda26
4 changed files with 32 additions and 33 deletions

View File

@@ -43,9 +43,8 @@ in {
group = srv.group;
};
services.caddy.virtualHosts."${cfg.url}" = {
# useACMEHost = srv.domain;
useACMEHost = srv.domain;
extraConfig = ''
tls internal
reverse_proxy http://127.0.0.1:7878
'';
};