diff --git a/home/jonas/borg.nix b/home/jonas/borg.nix index 7a716c2..572b996 100644 --- a/home/jonas/borg.nix +++ b/home/jonas/borg.nix @@ -45,6 +45,10 @@ in { excludeHomeManagerSymlinks = true; extraConfig = { archive_name_format = "{hostname}-workspaces-{now}"; + exclude_patterns = [ + "*/.venv" + "__pycache__" + ]; }; }; retention = { @@ -70,10 +74,6 @@ in { excludeHomeManagerSymlinks = true; extraConfig = { archive_name_format = "{hostname}-media-{now}"; - exclude_patterns = [ - "*/.venv" - "__pycache__" - ]; }; }; retention = {