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

5 lines
57 B
Nix
Raw Normal View History

2024-11-18 21:22:32 -06:00
{ ... }:
2023-12-30 05:37:32 +00:00
{
2024-11-18 21:22:32 -06:00
virtualisation.hypervGuest.enable = true;
}