hosts/alcyone/radicale: bind to localhost

This commit is contained in:
Gabriel Fontes
2023-02-07 22:48:27 -03:00
parent 245dffbe3c
commit 87300a4d47
+1 -1
View File
@@ -7,7 +7,7 @@ in
enable = true;
settings = {
server = {
hosts = [ "0.0.0.0:${port}" "[::]:${port}" ];
hosts = [ "127.0.0.1:${port}" "::1:${port}" ];
};
auth = {
type = "htpasswd";