mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
* Disable wireless in a VM to prevent wpa_supplicant from flooding the
log. svn path=/nixos/trunk/; revision=17010
This commit is contained in:
parent
5d55df7abf
commit
22693ae44e
1 changed files with 3 additions and 0 deletions
|
@ -137,4 +137,7 @@ in
|
|||
# video driver the host uses.
|
||||
services.xserver.videoDriver = pkgs.lib.mkOverride 50 {} "vesa";
|
||||
services.xserver.defaultDepth = pkgs.lib.mkOverride 50 {} 16;
|
||||
|
||||
# Wireless won't work in the VM.
|
||||
networking.enableWLAN = pkgs.lib.mkOverride 50 {} false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue