5 lines
99 B
Nix
5 lines
99 B
Nix
{ pkgs, ... }: {
|
|
virtualisation.libvirtd.enable = true;
|
|
programs.virt-manager.enable = true;
|
|
}
|