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