1
Fork 0

Fix radicale config using int as a string

This commit is contained in:
prescientmoon 2024-04-01 06:30:56 +02:00
parent f65785f2f4
commit df23c9f641
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -8,7 +8,7 @@ in
enable = true; enable = true;
settings = { settings = {
server.hosts = [ "localhost:${port}" ]; server.hosts = [ "localhost:${toString port}" ];
storage.filesystem_folder = dataDir; storage.filesystem_folder = dataDir;
}; };
}; };