* 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 ];
|
environment.systemPackages = [ pkgs.libvirt ];
|
||||||
|
|
||||||
|
boot.kernelModules = [ "tun" ];
|
||||||
|
|
||||||
jobs.libvirtd =
|
jobs.libvirtd =
|
||||||
{ description = "Libvirtd virtual machine management daemon";
|
{ description = "Libvirtd virtual machine management daemon";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user