fix config file location
This commit is contained in:
parent
6ed70c8737
commit
ca50220612
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ in {
|
|||
Group = "backup";
|
||||
Type = "oneshot";
|
||||
|
||||
EnvironmentFile = config.sops.secrets."services/restic/env".owner;
|
||||
EnvironmentFile = config.sops.secrets."services/restic/env".path;
|
||||
};
|
||||
};
|
||||
sops.secrets."services/restic/env".owner = "backup";
|
||||
|
|
Loading…
Reference in a new issue