From e8ec1d9736bbb71e95af1c08007a70dbc5a752d2 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 28 Sep 2025 12:50:25 +0200 Subject: [PATCH] feat(ymir): add another restic backup to nas. --- modules/linux/home-manager/restic.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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";