From 56583aaa82a9da613c07b8e9fe94494d85423b42 Mon Sep 17 00:00:00 2001 From: chaos Date: Thu, 6 Feb 2025 16:09:14 +0000 Subject: [PATCH] Update hosts/hetzner-arm/profiles/radicale.nix --- hosts/hetzner-arm/profiles/radicale.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hetzner-arm/profiles/radicale.nix b/hosts/hetzner-arm/profiles/radicale.nix index 2dfb1c1..7545711 100644 --- a/hosts/hetzner-arm/profiles/radicale.nix +++ b/hosts/hetzner-arm/profiles/radicale.nix @@ -10,7 +10,7 @@ in { auth = { type = "htpasswd"; htpasswd_filename = "${secrets.radicale_htpasswd.path}"; - htpasswd_encryption = "bcrypt"; + htpasswd_encryption = "autodetect"; }; rights = { type = "owner_only";