services/radicale: use radicalePort in server config
This commit is contained in:
@@ -27,7 +27,7 @@ in
|
||||
|
||||
settings = {
|
||||
server = {
|
||||
hosts = "127.0.0.1:5232";
|
||||
hosts = "127.0.0.1:${toString radicalePort}";
|
||||
};
|
||||
auth = {
|
||||
type = "htpasswd";
|
||||
|
Reference in New Issue
Block a user