From 878fdb836b6bd4def22d54e6b597f4c81203d905 Mon Sep 17 00:00:00 2001 From: Hermes Date: Sun, 31 May 2026 11:23:36 -0400 Subject: [PATCH] feat: add worldmonitor compose stack (int) --- assets/compose | 2 +- hosts/lazyworkhorse/configuration.nix | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/assets/compose b/assets/compose index d3f2e3b..5aa2187 160000 --- a/assets/compose +++ b/assets/compose @@ -1 +1 @@ -Subproject commit d3f2e3b7b9dcb03b0bd7df0278faca6b64ea9272 +Subproject commit 5aa21876daaa44d6291fc31705abe19dba79ecf7 diff --git a/hosts/lazyworkhorse/configuration.nix b/hosts/lazyworkhorse/configuration.nix index f1afae4..1b7a50a 100644 --- a/hosts/lazyworkhorse/configuration.nix +++ b/hosts/lazyworkhorse/configuration.nix @@ -247,9 +247,11 @@ envFile = config.age.secrets.containers_env.path; }; - # tak = { - # path = self + "/assets/compose/tak"; - # }; + int = { + path = self + "/assets/compose/int"; + envFile = config.age.secrets.containers_env.path; + ports = [ 3000 ]; + }; }; services.opencode = {