about summary refs log tree commit diff
path: root/ops/yandex-base-image/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ops/yandex-base-image/default.nix')
-rw-r--r--ops/yandex-base-image/default.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/ops/yandex-base-image/default.nix b/ops/yandex-base-image/default.nix
new file mode 100644
index 0000000000..3dc4b8f589
--- /dev/null
+++ b/ops/yandex-base-image/default.nix
@@ -0,0 +1,9 @@
+# Base image for Yandex Cloud VMs.
+{ depot, ... }:
+
+(depot.ops.nixos.nixosFor {
+  imports = [
+    (depot.path.origSrc + ("/ops/modules/yandex-cloud.nix"))
+    (depot.path.origSrc + ("/ops/modules/tvl-users.nix"))
+  ];
+}).config.system.build.yandexCloudImage