mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-19 05:39:34 +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
|
#TODO: add Radarr/Sonarr/... api key support
|
||||||
config = {
|
config = {
|
||||||
sops.defaultSopsFile = ./secrets/services-keys.json;
|
sops.defaultSopsFile = ./secrets/services-keys.json;
|
||||||
|
sops.defaultSopsFormat = "json";
|
||||||
sops.secrets.service-key = {
|
sops.secrets.service-key = {
|
||||||
"sonarr" = { };
|
"sonarr" = { };
|
||||||
"radarr" = { };
|
"radarr" = { };
|
||||||
|
|
Loading…
Reference in a new issue