about summary refs log tree commit diff
path: root/corp
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@tvl.su>2023-10-08T15·55+0300
committertazjin <tazjin@tvl.su>2023-10-08T18·13+0000
commit8b2884de095b70fa680f4c094b80ccd39c9df986 (patch)
tree3d41277bc1e54d9a5fb60cb512c27c363650ee12 /corp
parent713a70d15457c46a281c71e2ebb98e6981c91798 (diff)
chore(ops): move yandex-base-image to //ops and bake in keys r/6731
Change-Id: I607af1fc41c1f6ee24eed1386a23663346c3acc2
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9574
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Diffstat (limited to 'corp')
-rw-r--r--corp/ops/default.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/corp/ops/default.nix b/corp/ops/default.nix
index 213cb8dcc9..c88b3bdc1c 100644
--- a/corp/ops/default.nix
+++ b/corp/ops/default.nix
@@ -34,13 +34,4 @@ depot.nix.readTree.drvTargets rec {
 
     yc.attr = "corp.ops.yc-cli";
   };
-
-  # Base image for Yandex VMs.
-  yandex-base-image = (depot.third_party.nixos {
-    configuration = { ... }: {
-      imports = [
-        (depot.path.origSrc + ("/ops/modules/yandex-cloud.nix"))
-      ];
-    };
-  }).config.system.build.yandexCloudImage;
 }