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

View File

@@ -87,7 +87,9 @@
# Use muffin server as a binary cache # Use muffin server as a binary cache
substituters = [ "https://nix-cache.sigkill.computer" ]; substituters = [ "https://nix-cache.sigkill.computer" ];
trusted-public-keys = [ "nix-cache.sigkill.computer-1:ONtQC9gUjL+2yNgMWB68NudPySXhyzJ7I3ra56/NPgk=" ]; trusted-public-keys = [
"nix-cache.sigkill.computer-1:ONtQC9gUjL+2yNgMWB68NudPySXhyzJ7I3ra56/NPgk="
];
netrc-file = "${./secrets/nix-cache-netrc}"; netrc-file = "${./secrets/nix-cache-netrc}";
}; };
}; };