diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/tahoe/services.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix index 75aea22..90f682e 100644 --- a/hosts/tahoe/services.nix +++ b/hosts/tahoe/services.nix @@ -46,6 +46,7 @@ in passwordFile = secrets."restic/repo-systems".path; paths = [ "/home" "/data/fast/music" "/data/fast/photos" "/data/fast/videos" ]; + exclude = [ "/home/fcuny/import" "/home/fcuny/media/videos" ]; }; }; } |