mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +02:00
fixed secrets path
This commit is contained in:
parent
bd6bed9200
commit
3674ad502b
5 changed files with 5 additions and 5 deletions
|
@ -16,7 +16,7 @@ in
|
|||
|
||||
config = {
|
||||
sops.secrets."transmission" = {
|
||||
sopsFile = ./secrets/transmission.json;
|
||||
sopsFile = ../secrets/transmission.json;
|
||||
path = "/var/lib/secrets/transmission/settings.json";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue