fixed secrets path

This commit is contained in:
chloe 2024-08-25 12:44:14 +02:00
parent 27730ec2c0
commit f7bc81be81
6 changed files with 22 additions and 12 deletions

View file

@ -1,4 +1,9 @@
{ config, lib, ... }:
{
config,
secrets,
lib,
...
}:
with lib;
let
@ -16,7 +21,7 @@ in
config = {
sops.secrets.transmission = {
sopsFile = ../../../secrets/transmission.json;
sopsFile = "${secrets}/secrets/transmission.json";
path = "/var/lib/secrets/transmission/settings.json";
};