diff --git a/hosts/chunk/borg.nix b/hosts/chunk/borg.nix index d1aad64..875dacb 100644 --- a/hosts/chunk/borg.nix +++ b/hosts/chunk/borg.nix @@ -24,7 +24,9 @@ "/var/lib/containers/cache" "/var/lib/containers/overlay*" "/var/lib/systemd" - "/var/log" + "**/.rustup" + "**/.cargo" + "**/.docker" ]; repo = "de3911@de3911.rsync.net:borg/crash"; encryption = { diff --git a/hosts/ytnix/default.nix b/hosts/ytnix/default.nix index a92b549..9ed3142 100644 --- a/hosts/ytnix/default.nix +++ b/hosts/ytnix/default.nix @@ -211,7 +211,6 @@ "**/borg" "/home/yt/fun" "/home/yt/.local/share/Steam" - "/var/log" "**/.wine" "/home/yt/Games" ];