summaryrefslogtreecommitdiffstats
path: root/lass
diff options
context:
space:
mode:
authorlassulus <git@lassul.us>2023-09-04 10:17:57 +0200
committerlassulus <git@lassul.us>2023-09-04 10:17:57 +0200
commit6700eb015e8581386c5452c854da1f68a6f372a4 (patch)
tree47a7d21e74c41a56f6b251d568b5b7f463342fa7 /lass
parent0e34328a449486325882a95d9b08f66eec7105a2 (diff)
l prism.r: disable yellow
Diffstat (limited to 'lass')
-rw-r--r--lass/1systems/prism/config.nix15
1 files changed, 0 insertions, 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 = ''