blob: 3dc4b8f5892d0477c00f6c95cc77394f9d7ed5c6 (
plain) (
tree)
|
|
# 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
|