diff options
author | lassulus <git@lassul.us> | 2023-02-22 07:27:10 +0100 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-02-22 07:32:37 +0100 |
commit | 222f1e92dbc10aa389f712ae0d345befe4e5423f (patch) | |
tree | 705adc51ffcd7832d8aaca06b4803b315fa1931a /lass/1systems/neoprism | |
parent | 79a7ab4fd8899e7ac197318bb58a3e04affdf459 (diff) |
l orange.r: add coms service, proxy via neoprism.r
Diffstat (limited to 'lass/1systems/neoprism')
-rw-r--r-- | lass/1systems/neoprism/config.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lass/1systems/neoprism/config.nix b/lass/1systems/neoprism/config.nix index 72de0df83..cc08070af 100644 --- a/lass/1systems/neoprism/config.nix +++ b/lass/1systems/neoprism/config.nix @@ -10,6 +10,7 @@ <stockholm/lass/2configs/services/flix/container-host.nix> <stockholm/lass/2configs/services/radio/container-host.nix> <stockholm/lass/2configs/ubik-host.nix> + <stockholm/lass/2configs/orange-host.nix> <stockholm/krebs/2configs/hotdog-host.nix> # other containers @@ -18,6 +19,7 @@ # proxying of services <stockholm/lass/2configs/services/radio/proxy.nix> <stockholm/lass/2configs/services/flix/proxy.nix> + <stockholm/lass/2configs/services/coms/proxy.nix> ]; krebs.build.host = config.krebs.hosts.neoprism; |