7 lines
144 B
Nix
7 lines
144 B
Nix
{...}: {
|
|
virtualisation.libvirtd.enable = true;
|
|
|
|
# Only true if a desktop environment is installed
|
|
programs.virt-manager.enable = true;
|
|
}
|