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

5 lines
49 B
Nix

{ ... }:
{
services.qemuGuest.enable = true;
}