Fixed formatting
svn path=/nixos/trunk/; revision=26647
This commit is contained in:
parent
f269206972
commit
8dd6f42a91
@ -150,7 +150,8 @@ in
|
|||||||
optional
|
optional
|
||||||
(! ( config.boot.kernelPackages.kernel.features ? aufs || config.boot.kernelPackages.kernel.features ? aufs2_1 ) )
|
(! ( config.boot.kernelPackages.kernel.features ? aufs || config.boot.kernelPackages.kernel.features ? aufs2_1 ) )
|
||||||
config.boot.kernelPackages.aufs2
|
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;
|
config.boot.kernelPackages.aufs2_1;
|
||||||
|
|
||||||
boot.initrd.availableKernelModules = [ "aufs" "squashfs" "iso9660" ];
|
boot.initrd.availableKernelModules = [ "aufs" "squashfs" "iso9660" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user