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

@@ -87,7 +87,9 @@
# Use muffin server as a binary cache
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}";
};
};