Fix cannot coerce integer to string
This commit is contained in:
parent
d8c02837a9
commit
5bb3191c96
|
@ -1,5 +1,5 @@
|
|||
{...}: let
|
||||
port = 5232;
|
||||
port = "5232";
|
||||
in {
|
||||
services.radicale = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue