Files
vmimages/HyperV/hyperv.nix
2023-03-01 19:14:31 +00:00

11 lines
176 B
Nix

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