* It's "tun", not "tap".

svn path=/nixos/trunk/; revision=24217
This commit is contained in:
Eelco Dolstra 2010-10-11 17:06:49 +00:00
parent 1c2a5b495d
commit fa04ae9738

View file

@ -72,7 +72,7 @@ in
boot.kernelModules = boot.kernelModules =
[ "xen_evtchn" "xen_gntdev" "xen_blkback" "xen_netback" "xen_pciback" [ "xen_evtchn" "xen_gntdev" "xen_blkback" "xen_netback" "xen_pciback"
"blktap" "tap" "blktap" "tun"
]; ];
# The radeonfb kernel module causes the screen to go black as soon # The radeonfb kernel module causes the screen to go black as soon