mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
fixed secrets path
This commit is contained in:
parent
bd6bed9200
commit
3674ad502b
5 changed files with 5 additions and 5 deletions
|
@ -32,7 +32,7 @@ in
|
|||
|
||||
#TODO: add Radarr/Sonarr/... api key support
|
||||
config = {
|
||||
sops.defaultSopsFile = ./secrets/services-keys.json;
|
||||
sops.defaultSopsFile = ../secrets/services-keys.json;
|
||||
sops.defaultSopsFormat = "json";
|
||||
sops.secrets.service-key = {
|
||||
"sonarr" = { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue