summaryrefslogtreecommitdiff
path: root/hosts/radicale/radicale.nix
diff options
context:
space:
mode:
authorGrisha Shipunov2026-07-25 11:36:28 +0000
committerGrisha Shipunov2026-07-25 11:36:28 +0000
commitb01909d13a4d26f2c0b91777a3dd14ad326defb1 (patch)
tree8d6493da4aa14033527dc8fbf705654584595c77 /hosts/radicale/radicale.nix
parentbb1a6ac57b06b2cc086fa2ba3c325f87daad9466 (diff)
radicale: yeet
Diffstat (limited to 'hosts/radicale/radicale.nix')
-rw-r--r--hosts/radicale/radicale.nix21
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";
- };
- };
- };
-}