* The NAT networking in libvirt requires the "tun" module.

svn path=/nixos/trunk/; revision=26314
This commit is contained in:
Eelco Dolstra 2011-03-15 10:52:44 +00:00
parent f833492c68
commit f45866d0e7

View file

@ -45,6 +45,8 @@ in
environment.systemPackages = [ pkgs.libvirt ];
boot.kernelModules = [ "tun" ];
jobs.libvirtd =
{ description = "Libvirtd virtual machine management daemon";