From 0003bb3af1ed7cddd978979abd5ae85d6319845f Mon Sep 17 00:00:00 2001 From: chaos Date: Sun, 2 Feb 2025 16:47:26 +0000 Subject: [PATCH] fix copy paste error --- hosts/hetzner-arm/secrets.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/hetzner-arm/secrets.nix b/hosts/hetzner-arm/secrets.nix index 5cab3b5..efe7d49 100644 --- a/hosts/hetzner-arm/secrets.nix +++ b/hosts/hetzner-arm/secrets.nix @@ -134,8 +134,8 @@ radicale_htpasswd = { user = "radicale"; group = "radicale"; - fetchScript = '' $secretFile" - simple_get_htpasswd "/api-keys/radicale" $secretFile" + fetchScript = '' + simple_get_htpasswd "/api-keys/radicale" $secretFile" ''; };