* enableWLAN -> wireless.enable.

svn path=/nixos/trunk/; revision=32788
This commit is contained in:
Eelco Dolstra
2012-03-04 21:15:34 +00:00
parent a7bd194d14
commit 974a74ad49
3 changed files with 3 additions and 4 deletions

View File

@@ -382,5 +382,5 @@ in
services.mingetty.ttys = ttys ++ optional (!cfg.graphics) "ttyS0";
# Wireless won't work in the VM.
networking.enableWLAN = mkOverride 50 false;
networking.wireless.enable = mkOverride 50 false;
}