From d1a9e948edd78c5f9a1cb4084472fc620d0fb7ca Mon Sep 17 00:00:00 2001 From: Hermes Date: Fri, 22 May 2026 15:24:16 -0400 Subject: [PATCH] fix: update compose submodule to pick up backup network fix The backup_stack.service was failing because the deployed compose.yml still had backup_net declared as external: true, but the network was never created externally. PR #45 on the compose repo (d7449e9) already fixed this by changing to driver: bridge, but the infra submodule was still pinned to a pre-fix commit. This updates assets/compose to d7449e9 so the next nixos-rebuild switch deploys the fix. --- assets/compose | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/compose b/assets/compose index c9aacc5..d7449e9 160000 --- a/assets/compose +++ b/assets/compose @@ -1 +1 @@ -Subproject commit c9aacc51258e042f913e5e2a4a326146b18e64ce +Subproject commit d7449e93c145ae394b6915ce91d1008decb10358