From 23652c4b8f9b67459d28d30cbfbda57087ca4368 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sun, 15 May 2022 11:14:34 +0200 Subject: [PATCH] restic/system: Exclude mounts --- modules/restic/system.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/restic/system.nix b/modules/restic/system.nix index 90c15b4..f3c1e4d 100644 --- a/modules/restic/system.nix +++ b/modules/restic/system.nix @@ -18,6 +18,7 @@ let # Misc "/home/*/mount" + "/home/*/mounts" # Docker (state should be kept somewhere else) "/var/lib/docker/"