borg: remove signal and zen backups (handled by other means
Some checks failed
Build and Deploy / deploy (push) Failing after 4m2s

This commit is contained in:
2026-04-07 14:31:09 -04:00
parent 841195425d
commit 325e2720ec
2 changed files with 3 additions and 14 deletions

View File

@@ -8,7 +8,6 @@
location = {
sourceDirectories = (
map (f: "${homeDirectory}/${f}") [
".zen"
".local/share/fish"
".ssh"
"Documents"
@@ -16,18 +15,6 @@
"Pictures"
"school"
]
++ (map (f: ".config/Signal/${f}") [
"stickers.noindex"
"attachments.noindex"
"downloads.noindex"
"drafts.noindex"
"sql"
"IndexedDB"
"Local Storage"
"SharedStorage"
"config.json"
"Preferences"
])
);
excludeHomeManagerSymlinks = true;