about summary refs log tree commit diff
path: root/ops/yandex-base-image/default.nix
blob: 3dc4b8f5892d0477c00f6c95cc77394f9d7ed5c6 (plain) (blame)
1
2
3
4
5
6
7
8
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