{ services.caddy = { enable = true; virtualHosts = { "i2pd.localhost".extraConfig = '' reverse_proxy localhost:7070 tls internal ''; "glance.localhost".extraConfig = '' reverse_proxy localhost:8080 tls internal ''; }; }; }