https://github.com/NixOS/nixpkgs/issues/57290
sudo nano /etc/nixos/configuration.nix
Add the following to the file
virtualisation.hypervGuest = { enable = true; videoMode = "1920x1080"; }; boot.blacklistedKernelModules = [ "hyperv_fb" ];
sudo nixos-rebuild switch
sudo reboot