Fix Forgejo backup verification path #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ferrumboll/fix-forgejo-backup-verify-path-2026w28"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
/run/current-system/sw/bin/restic-forgejowrapper from the Forgejo backup verification script.forgejo-backup-verify.servicefailing because systemd's servicePATHdid not include the generated Restic wrapper.Security impact
Verification
nix develop --command bash -lc 'nixfmt services/forgejo/default.nix'nix develop --command bash -lc 'nix build .#nixosConfigurations.app-server-1.config.system.build.toplevel --no-link'Notes
nix develop --command nix fmtcurrently fails withunexpected end of input; single-filenixfmtsucceeded.forgejo-backup-verify.servicefailed on app-server-1 withrestic-forgejo wrapper not found, while/run/current-system/sw/bin/restic-forgejoexists.