fix toString

This commit is contained in:
Vinzenz Schroeter 2026-01-04 20:24:40 +01:00
parent 7bb2c482a4
commit 17426908ea

View file

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