From 76787d43a06e1c1d0024509862f9f739126c4cd6 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 23 Apr 2022 21:10:55 +0200 Subject: [PATCH] restic/system: Ignore /root/.cache --- modules/restic/system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/restic/system.nix b/modules/restic/system.nix index bca824a..90c15b4 100644 --- a/modules/restic/system.nix +++ b/modules/restic/system.nix @@ -9,6 +9,7 @@ let "/home/*/.cache/" "/home/*/**/cache/" "/home/*/.local/share/Trash" # some gui applications use it + "/root/.cache" "/data/cache/" # Rust