services/radicale: use radicalePort in server config

This commit is contained in:
2025-09-01 10:31:19 -07:00
parent 6beae67bfd
commit 19e139bd20

View File

@@ -27,7 +27,7 @@ in
settings = {
server = {
hosts = "127.0.0.1:5232";
hosts = "127.0.0.1:${toString radicalePort}";
};
auth = {
type = "htpasswd";