* Typos.
svn path=/nixos/trunk/; revision=22537
This commit is contained in:
parent
5c0f6619cf
commit
54a4eead20
@ -31,7 +31,7 @@ in
|
|||||||
networking.WLANInterface = mkOption {
|
networking.WLANInterface = mkOption {
|
||||||
default = "wlan0";
|
default = "wlan0";
|
||||||
description = ''
|
description = ''
|
||||||
The interface wpa_supplicant will use, if enableWLAN is enabled.
|
The interface wpa_supplicant will use, if enableWLAN is set.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -121,7 +121,7 @@ let kernel = config.boot.kernelPackages.kernel; in
|
|||||||
system.modulesTree = [ kernel ] ++ config.boot.extraModulePackages;
|
system.modulesTree = [ kernel ] ++ config.boot.extraModulePackages;
|
||||||
|
|
||||||
boot.kernelParams =
|
boot.kernelParams =
|
||||||
[ "splash=verbose"] ++
|
[ "splash=verbose" ] ++
|
||||||
optional config.boot.vesa "vga=0x317";
|
optional config.boot.vesa "vga=0x317";
|
||||||
|
|
||||||
boot.kernelModules = [ "loop" ];
|
boot.kernelModules = [ "loop" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user