fixed restic backups.
This commit is contained in:
parent
95ed33ae04
commit
3ca07073f0
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ in {
|
||||||
|
|
||||||
host.restic = {
|
host.restic = {
|
||||||
enable = true;
|
enable = true;
|
||||||
repository = config.sops.secrets.restic-url.path;
|
repositoryFile = config.sops.secrets.restic-url.path;
|
||||||
passwordFile = config.sops.secrets.restic-password.path;
|
passwordFile = config.sops.secrets.restic-password.path;
|
||||||
server = {
|
server = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue