nix-config/nixos/fuchsia/services/borgbackup
jasmine bbe464d73b
fix(borgbackup): add unencrypted repo access and refactor environment blocks
Fixes cache initialization failures on unencrypted repositories and
standardizes environment variable configuration across all backup jobs.

Changes:
- Add BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK to unencrypted repos
  (fuchsia/viridian onsite) to bypass interactive confirmation prompt
- Refactor all environment.BORG_RSH to multiline attribute set format
  for consistency and future extensibility

The cache initialization error occurred after removing persistent timers
(commit d21b36a), causing borg to treat existing repos as "previously
unknown". The bypass flag allows automated jobs to proceed without
interactive confirmation for unencrypted repositories.
2025-10-14 20:29:37 +08:00
..
default.nix feat(fuchsia): implement backup strategy with explicit home paths 2025-10-07 19:14:11 +08:00
offsite.nix fix(borgbackup): add unencrypted repo access and refactor environment blocks 2025-10-14 20:29:37 +08:00
onsite.nix fix(borgbackup): add unencrypted repo access and refactor environment blocks 2025-10-14 20:29:37 +08:00
passphrase.age refactor(ssh): decentralize SSH configuration to per-host services 2025-10-07 22:33:20 +08:00