Fix radicale config using int as a string
This commit is contained in:
parent
f65785f2f4
commit
df23c9f641
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue