From bd6bed9200d6d743e48c0c4927760e5c72c35cf2 Mon Sep 17 00:00:00 2001 From: harry Date: Mon, 15 Jul 2024 18:04:17 +0200 Subject: [PATCH] fixed default json formatting --- features/homelab-dashboard.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/features/homelab-dashboard.nix b/features/homelab-dashboard.nix index c490454..fca544b 100644 --- a/features/homelab-dashboard.nix +++ b/features/homelab-dashboard.nix @@ -33,6 +33,7 @@ in #TODO: add Radarr/Sonarr/... api key support config = { sops.defaultSopsFile = ./secrets/services-keys.json; + sops.defaultSopsFormat = "json"; sops.secrets.service-key = { "sonarr" = { }; "radarr" = { };