fix: update compose submodule to pick up backup network fix (external→bridge) #66
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Problem
backup_stack.serviceis failing because the deployed Nix store copy ofassets/compose/backup/compose.ymlstill hasnetworks.backup_net.external: true, but the network was never created externally.The compose repo fix (PR #45, commit
d7449e9) was already merged:backup/compose.ymlnow usesdriver: bridgewhich lets Docker Compose auto-create the network.Root Cause
The infra repo's compose submodule still points to
c9aacc5(a pre-fix commit), not tod7449e9(the merged fix). Sincenixos-rebuild switchcopies the compose files from the submodule at build time, the deployed version still hasexternal: true.Fix
Update
assets/composesubmodule to the latest master of the compose repo (d7449e9).Validation
After merging and deploying (
nixos-rebuild switch --flake .#lazyworkhorse), verify: