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

5 lines
49 B
Nix
Raw Normal View History

2024-11-18 21:22:32 -06:00
{ ... }:
{
services.qemuGuest.enable = true;
}