From 6700eb015e8581386c5452c854da1f68a6f372a4 Mon Sep 17 00:00:00 2001
From: lassulus <git@lassul.us>
Date: Mon, 4 Sep 2023 10:17:57 +0200
Subject: [PATCH] l prism.r: disable yellow

---
 lass/1systems/prism/config.nix | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix
index db53ae22d..26eb17a71 100644
--- a/lass/1systems/prism/config.nix
+++ b/lass/1systems/prism/config.nix
@@ -199,21 +199,6 @@ with import <stockholm/lib>;
     <stockholm/lass/2configs/services/coms/murmur.nix>
     <stockholm/lass/2configs/docker.nix>
     {
-      systemd.services."container@yellow".reloadIfChanged = mkForce false;
-      containers.yellow = {
-        config = { ... }: {
-          environment.systemPackages = [ pkgs.git ];
-          services.openssh.enable = true;
-          users.users.root.openssh.authorizedKeys.keys = [
-            config.krebs.users.lass.pubkey
-          ];
-        };
-        autoStart = false;
-        enableTun = true;
-        privateNetwork = true;
-        hostAddress = "10.233.2.13";
-        localAddress = "10.233.2.14";
-      };
 
       services.nginx.virtualHosts."jelly.r" = {
         locations."/".extraConfig = ''