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 = {