From 8dc59487f3c6a1cd269d7b90949f2a54fe542a69 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 27 Jun 2022 14:19:06 +0200 Subject: [PATCH] restic/system: Exclude /var/cache --- modules/restic/system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/restic/system.nix b/modules/restic/system.nix index f3c1e4d..d3fd470 100644 --- a/modules/restic/system.nix +++ b/modules/restic/system.nix @@ -11,6 +11,7 @@ let "/home/*/.local/share/Trash" # some gui applications use it "/root/.cache" "/data/cache/" + "/var/cache/" # Rust "/home/*/.rustup/toolchains/"