summaryrefslogtreecommitdiff
path: root/modules/virtualisation/default.nix
blob: e61cf6f4b0e219e6719c8734fd5132760c90262e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  imports = [
    ./docker.nix
    ./libvirtd.nix
    ./qemu.nix
  ];

  virtualisation = {
    kvmgt.enable = true;
    spiceUSBRedirection.enable = true;
  };
}