From 8ede20a5f26260c976993cf8eec19b96d705bb88 Mon Sep 17 00:00:00 2001 From: notohh Date: Sun, 22 Oct 2023 19:58:11 -0400 Subject: [PATCH] restic: ignore mounted dirs --- hosts/tsuki/services/restic.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/tsuki/services/restic.nix b/hosts/tsuki/services/restic.nix index a472348..8b86ab8 100644 --- a/hosts/tsuki/services/restic.nix +++ b/hosts/tsuki/services/restic.nix @@ -18,6 +18,8 @@ "/home/*/Games" "/home/*/Videos" "/home/*/osu!" + "/home/*/mounted" + "/home/*/cryptomator/mounted" "/home/*/.cache" "/home/*/.wine" "/home/*/.rustup"