Files
vmimages/hosts/HyperV/hyperv.nix
2023-02-16 18:34:03 -05:00

11 lines
176 B
Nix

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