about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--corp/ops/default.nix2
-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 59d63bd510..213cb8dcc9 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 cca81bc0ca..cca81bc0ca 100644
--- a/corp/ops/modules/yandex-cloud.nix
+++ b/ops/modules/yandex-cloud.nix