mirror of
https://github.com/sstent/vmimages.git
synced 2025-12-06 06:01:51 +00:00
16 lines
188 B
Nix
16 lines
188 B
Nix
{
|
|
lib,
|
|
config,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
# You can import other NixOS modules here
|
|
hyperv = {
|
|
baseImageSize = 8096;
|
|
};
|
|
|
|
# environment.etc = {
|
|
# nixos.source = ../..;
|
|
# };
|
|
}
|