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