Files
vmimages/HyperV/hyperv.nix
2023-11-21 14:00:06 +00:00

16 lines
188 B
Nix

{
lib,
config,
pkgs,
...
}: {
# You can import other NixOS modules here
hyperv = {
baseImageSize = 8096;
};
# environment.etc = {
# nixos.source = ../..;
# };
}