From 6700eb015e8581386c5452c854da1f68a6f372a4 Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 4 Sep 2023 10:17:57 +0200 Subject: 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 db53ae22..26eb17a7 100644 --- a/lass/1systems/prism/config.nix +++ b/lass/1systems/prism/config.nix @@ -199,21 +199,6 @@ with import ; { - 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 = '' -- cgit v1.2.3