Replace builtins.toString with toString

This commit is contained in:
SebastianStork 2025-10-09 21:35:41 +02:00
parent c18caea0de
commit c3cfcf1b61
15 changed files with 24 additions and 24 deletions

View file

@ -25,7 +25,7 @@ in
enable = true;
settings = lib.mkForce {
base-url = "https://${cfg.domain}";
listen-http = "localhost:${builtins.toString cfg.port}";
listen-http = "localhost:${toString cfg.port}";
behind-proxy = true;
web-root = "disable";
};