summaryrefslogtreecommitdiff
path: root/hosts/radicale/radicale.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/radicale/radicale.nix')
-rw-r--r--hosts/radicale/radicale.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/radicale/radicale.nix b/hosts/radicale/radicale.nix
index 9a85a8a..e69b1b5 100644
--- a/hosts/radicale/radicale.nix
+++ b/hosts/radicale/radicale.nix
@@ -4,7 +4,10 @@
enable = true;
settings = {
server = {
- hosts = [ "0.0.0.0:5232" "[::]:5232" ];
+ hosts = [
+ "0.0.0.0:5232"
+ "[::]:5232"
+ ];
ssl = "False";
};
auth = {