feat: fix some paths.
This commit is contained in:
parent
b3f27c8665
commit
c4a3332672
1 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ in {
|
|||
local = {
|
||||
initialize = true;
|
||||
passwordFile = "/run/user/1000/agenix/restic-local-pass";
|
||||
repository = "/home/crony/.local/backup";
|
||||
repository = "/mnt/backup";
|
||||
paths = opts.paths;
|
||||
pruneOpts = opts.pruneOpts;
|
||||
checkOpts = opts.checkOpts;
|
||||
|
|
@ -51,7 +51,7 @@ in {
|
|||
nas = {
|
||||
initialize = true;
|
||||
passwordFile = "/run/user/1000/agenix/restic-local-pass";
|
||||
repository = "/home/crony/docs/nfs/backup";
|
||||
repository = "/mnt/share/backup";
|
||||
paths = opts.paths;
|
||||
pruneOpts = opts.pruneOpts;
|
||||
checkOpts = opts.checkOpts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue