Fix cannot coerce integer to string

This commit is contained in:
Evie Litherland-Smith 2024-04-16 07:01:57 +01:00
parent d8c02837a9
commit 5bb3191c96

View file

@ -1,5 +1,5 @@
{...}: let
port = 5232;
port = "5232";
in {
services.radicale = {
enable = true;