mlaga97-nixos/features/libvirt.nix

4 lines
54 B
Nix

{ ... }: {
virtualisation.libvirtd.enable = true;
}