about summary refs log tree commit diff
path: root/ops/yandex-base-image/default.nix
# 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