diff options
| author | Grisha Shipunov | 2026-07-25 11:36:28 +0000 |
|---|---|---|
| committer | Grisha Shipunov | 2026-07-25 11:36:28 +0000 |
| commit | b01909d13a4d26f2c0b91777a3dd14ad326defb1 (patch) | |
| tree | 8d6493da4aa14033527dc8fbf705654584595c77 /hosts/radicale/radicale.nix | |
| parent | bb1a6ac57b06b2cc086fa2ba3c325f87daad9466 (diff) | |
radicale: yeet
Diffstat (limited to 'hosts/radicale/radicale.nix')
| -rw-r--r-- | hosts/radicale/radicale.nix | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/hosts/radicale/radicale.nix b/hosts/radicale/radicale.nix deleted file mode 100644 index c200013..0000000 --- a/hosts/radicale/radicale.nix +++ /dev/null @@ -1,21 +0,0 @@ -{ ... }: -{ - services.radicale = { - enable = true; - settings = { - server = { - hosts = [ - "0.0.0.0:5232" - "[::]:5232" - ]; - ssl = "False"; - }; - auth = { - type = "http_x_remote_user"; - }; - rights = { - type = "owner_only"; - }; - }; - }; -} |
