diff options
Diffstat (limited to 'hosts/tahoe')
-rw-r--r-- | hosts/tahoe/services.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix index 7de94f6..9bd7162 100644 --- a/hosts/tahoe/services.nix +++ b/hosts/tahoe/services.nix @@ -43,7 +43,8 @@ in { repository = "/data/slow/backups/systems"; timerConfig = { OnCalendar = "00:15"; }; passwordFile = secrets."restic/repo-systems".path; - paths = [ "/data/fast/music" "/data/fast/photos" "/data/fast/videos" ]; + paths = + [ "/home" "/data/fast/music" "/data/fast/photos" "/data/fast/videos" ]; }; }; } |