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