From 41d81d95a990853100053ad39424622353f1ce4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Wed, 24 Apr 2024 22:50:17 +0200 Subject: [PATCH] Home Gen89 @ 2024-04-24-22:50 --- home/jonas/borg.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 = {