fix toString
This commit is contained in:
parent
7bb2c482a4
commit
17426908ea
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ in
|
|||
addSSL = true;
|
||||
enableACME = true;
|
||||
locations = {
|
||||
"/".proxyPass = "http://localhost:${headscale-port}";
|
||||
"/".proxyPass = "http://localhost:${builtins.toString headscale-port}";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue