From 81da82c1fb5f98ef4dae65d11b635524935fd9bc Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Sat, 24 May 2025 10:12:20 +0200 Subject: [PATCH] Backup `/mnt/hd/roam` directory with restic --- modules/restic/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/restic/default.nix b/modules/restic/default.nix index 52cd712..f973ce9 100644 --- a/modules/restic/default.nix +++ b/modules/restic/default.nix @@ -42,6 +42,7 @@ in "/persist" "/mnt/hd/immich" "/mnt/hd/paperless" + "/mnt/hd/roam" ]; exclude = [ " /persist/var/lib/containers" ]; passwordFile = config.age.secrets.SISKO_RESTIC_PASSWORD.path;