From 61f3a286018127b32baf4638bdaf336ccde4c354 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Thu, 18 Jun 2026 22:59:42 +0200 Subject: [PATCH] cleanup --- hosts/dav/radicale.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/dav/radicale.nix b/hosts/dav/radicale.nix index be4700f..27f46a0 100644 --- a/hosts/dav/radicale.nix +++ b/hosts/dav/radicale.nix @@ -66,7 +66,7 @@ in }; auth = { type = "htpasswd"; - htpasswd_filename = config.age.secrets.radicale_htpasswd.path; + htpasswd_filename = config.age.secrets.radicale-htpasswd.path; htpasswd_encryption = "bcrypt"; }; storage.filesystem_folder = "/var/lib/radicale/collections";