diff options
| author | Grisha Shipunov | 2025-01-25 15:37:01 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-25 15:37:01 +0100 |
| commit | 31b066909db390a91504b415974ea594a771015a (patch) | |
| tree | 773b9c5daec4611be6aab6c4e3e3786bf3984967 /hosts/radicale | |
| parent | e8114c1d6188a622c3f2267ebe7653fe1d82cfbf (diff) | |
cleanup and format
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 = { |
