* The NAT networking in libvirt requires the "tun" module.
svn path=/nixos/trunk/; revision=26314
This commit is contained in:
parent
f833492c68
commit
f45866d0e7
@ -45,6 +45,8 @@ in
|
||||
|
||||
environment.systemPackages = [ pkgs.libvirt ];
|
||||
|
||||
boot.kernelModules = [ "tun" ];
|
||||
|
||||
jobs.libvirtd =
|
||||
{ description = "Libvirtd virtual machine management daemon";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user