From 31b066909db390a91504b415974ea594a771015a Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Sat, 25 Jan 2025 15:37:01 +0100 Subject: cleanup and format --- hosts/radicale/radicale.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts/radicale/radicale.nix') 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 = { -- cgit v1.3.1