Files
vms/distros/nixos/24.05/http/ga-microsoft.nix
T

5 lines
57 B
Nix
Raw Normal View History

2024-11-18 21:22:32 -06:00
{ ... }:
2024-06-30 00:08:38 -05:00
{
2024-11-18 21:22:32 -06:00
virtualisation.hypervGuest.enable = true;
}