From 96bc20ab7029cc2e1950fa5b73033e711d4c7cbe Mon Sep 17 00:00:00 2001 From: Hermes Date: Thu, 14 May 2026 21:36:26 -0400 Subject: [PATCH] feat: add Syncthing firewall port and update compose submodule --- assets/compose | 2 +- hosts/lazyworkhorse/configuration.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/compose b/assets/compose index 611e96b..29ae32a 160000 --- a/assets/compose +++ b/assets/compose @@ -1 +1 @@ -Subproject commit 611e96b3065602234e379a4070cb60987604a2c3 +Subproject commit 29ae32a1c5f776f82f672672d25307d632be279e diff --git a/hosts/lazyworkhorse/configuration.nix b/hosts/lazyworkhorse/configuration.nix index 8c6729c..f1afae4 100644 --- a/hosts/lazyworkhorse/configuration.nix +++ b/hosts/lazyworkhorse/configuration.nix @@ -207,6 +207,7 @@ ai = { path = self + "/assets/compose/ai"; envFile = config.age.secrets.containers_env.path; + ports = [ 22000 ]; # Syncthing TCP sync }; cloudstorage = {