diff --git a/modules/linux/home-manager/restic.nix b/modules/linux/home-manager/restic.nix index c702b88..d9cf94b 100644 --- a/modules/linux/home-manager/restic.nix +++ b/modules/linux/home-manager/restic.nix @@ -53,6 +53,14 @@ in { pruneOpts = opts.pruneOpts; checkOpts = opts.checkOpts; }; + nas = { + initialize = true; + passwordFile = "/run/user/1000/agenix/restic-local-pass"; + repository = "/home/crony/docs/nfs"; + paths = opts.paths; + pruneOpts = opts.pruneOpts; + checkOpts = opts.checkOpts; + }; backblaze = { initialize = true; passwordFile = "/run/user/1000/agenix/restic-backblaze-pass";