mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-05 20:11:43 +03:00
* Typos.
svn path=/nixos/trunk/; revision=22537
This commit is contained in:
parent
5c0f6619cf
commit
54a4eead20
@ -31,7 +31,7 @@ in
|
||||
networking.WLANInterface = mkOption {
|
||||
default = "wlan0";
|
||||
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;
|
||||
|
||||
boot.kernelParams =
|
||||
[ "splash=verbose"] ++
|
||||
[ "splash=verbose" ] ++
|
||||
optional config.boot.vesa "vga=0x317";
|
||||
|
||||
boot.kernelModules = [ "loop" ];
|
||||
|
Loading…
Reference in New Issue
Block a user