fix int to str

This commit is contained in:
Vinzenz Schroeter 2026-01-04 20:19:30 +01:00
parent 87bb177072
commit 7bb2c482a4

View file

@ -16,7 +16,7 @@ in
addSSL = true; addSSL = true;
enableACME = true; enableACME = true;
locations = { locations = {
"/".proxyPass = "http://localhost:" + headscale-port; "/".proxyPass = "http://localhost:${headscale-port}";
}; };
}; };
}; };