Fixed formatting

svn path=/nixos/trunk/; revision=26647
This commit is contained in:
Shea Levy 2011-03-31 23:06:36 +00:00
parent f269206972
commit 8dd6f42a91

View File

@ -150,7 +150,8 @@ in
optional
(! ( config.boot.kernelPackages.kernel.features ? aufs || config.boot.kernelPackages.kernel.features ? aufs2_1 ) )
config.boot.kernelPackages.aufs2
++ optional( config.boot.kernelPackages.kernel.features ? aufs2_1 )
++ optional
( config.boot.kernelPackages.kernel.features ? aufs2_1 )
config.boot.kernelPackages.aufs2_1;
boot.initrd.availableKernelModules = [ "aufs" "squashfs" "iso9660" ];