diff options
Diffstat (limited to 'hosts/radicale')
| -rw-r--r-- | hosts/radicale/radicale.nix | 5 |
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 = { |
