diff options
author | Vincent Ambo <tazjin@tvl.su> | 2023-09-22T16·37+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2023-09-22T17·52+0000 |
commit | 9eede1c4df124c98bedb9b82827e25f011aadb76 (patch) | |
tree | 3d64697497a6605fc88cea17f7ff12d979a0432f | |
parent | 732dc68727caa09c2e430fa6822b40ed9b6153f7 (diff) |
chore(ops): move yandex-cloud image module out of corp r/6634
Change-Id: Idc8cc3a640fc895cd3882e93a193212adb743abb Reviewed-on: https://cl.tvl.fyi/c/depot/+/9425 Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de>
-rw-r--r-- | corp/ops/default.nix | 2 | ||||
-rw-r--r-- | ops/modules/yandex-cloud.nix (renamed from corp/ops/modules/yandex-cloud.nix) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/corp/ops/default.nix b/corp/ops/default.nix index 59d63bd5101b..213cb8dcc9a7 100644 --- a/corp/ops/default.nix +++ b/corp/ops/default.nix @@ -39,7 +39,7 @@ depot.nix.readTree.drvTargets rec { yandex-base-image = (depot.third_party.nixos { configuration = { ... }: { imports = [ - (depot.path.origSrc + ("/corp/ops/modules/yandex-cloud.nix")) + (depot.path.origSrc + ("/ops/modules/yandex-cloud.nix")) ]; }; }).config.system.build.yandexCloudImage; diff --git a/corp/ops/modules/yandex-cloud.nix b/ops/modules/yandex-cloud.nix index cca81bc0ca5e..cca81bc0ca5e 100644 --- a/corp/ops/modules/yandex-cloud.nix +++ b/ops/modules/yandex-cloud.nix |