From 659887901375bf909ddd2c2adb6d5bbfa3e2dea3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= <dev@felschr.com>
Date: Thu, 13 Feb 2025 23:33:31 +0100
Subject: [PATCH] feat(restic): extend ignore patterns

---
 services/restic/home-pc.nix     | 6 ++++++
 services/restic/home-server.nix | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/services/restic/home-pc.nix b/services/restic/home-pc.nix
index 1b4a2e2..9874d8a 100644
--- a/services/restic/home-pc.nix
+++ b/services/restic/home-pc.nix
@@ -35,6 +35,9 @@ in
       "/var/lib/lxcfs"
       "/var/lib/docker"
       "/var/lib/flatpak"
+      "/var/lib/ollama"
+      "/var/lib/open-webui"
+      "/var/lib/private/open-webui"
       "/home/*/Downloads"
       "/home/*/Pictures"
       "/home/*/Videos"
@@ -56,9 +59,11 @@ in
       "/home/*/.templateengine"
       "/home/*/.var"
       "/home/*/.wine"
+      "/home/*/.vagrant.d"
       "/home/*/.local/share/containers"
       "/home/*/.local/share/docker"
       "/home/*/.local/share/flatpak"
+      "/home/*/.local/share/gnome-boxes"
       "/home/*/.local/share/bottles"
       "/home/*/.local/share/Steam"
       "/home/*/.local/share/keybase"
@@ -73,6 +78,7 @@ in
       "/home/*/.config/gatsby"
       "/home/*/.config/heroic"
       "/home/*/.config/libvirt"
+      "/home/*/.config/Proton Pass"
       "/home/*/.config/spotify/Users"
       "/home/felschr/media"
       "/home/felschr/keybase"
diff --git a/services/restic/home-server.nix b/services/restic/home-server.nix
index f6c88a4..dfccd50 100644
--- a/services/restic/home-server.nix
+++ b/services/restic/home-server.nix
@@ -33,6 +33,8 @@ in
       "/var/lib/lxcfs"
       "/var/lib/docker"
       "/var/lib/flatpak"
+      "/var/lib/open-webui"
+      "/var/lib/private/open-webui"
       "/home/*/ignore"
       "/home/*/.cache"
       "/home/*/.local/share/containers"