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" ''; };