chore(syncthing): left over curly removed

This commit is contained in:
2025-09-06 13:59:23 +02:00
parent 2c8eeabeaa
commit 87e8b94720

View File

@@ -61,7 +61,7 @@ in
services.caddy.virtualHosts."${cfg.url}" = {
useACMEHost = srv.domain;
extraConfig = ''
reverse_proxy http://127.0.0.1:8384}
reverse_proxy http://127.0.0.1:8384
'';
};
};