fixed secrets path

This commit is contained in:
chloe 2024-07-15 18:12:03 +02:00
parent bd6bed9200
commit 3674ad502b
5 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@ in
config = {
sops.secrets."transmission" = {
sopsFile = ./secrets/transmission.json;
sopsFile = ../secrets/transmission.json;
path = "/var/lib/secrets/transmission/settings.json";
};