mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 21:29:33 +01:00
fixed default json formatting
This commit is contained in:
parent
09ff4bff73
commit
bd6bed9200
|
@ -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" = { };
|
||||
|
|
Loading…
Reference in a new issue