summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/hw/tp-x2x0.nix
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-02-17 15:03:17 +0100
committerlassulus <lass@aidsballs.de>2016-02-17 15:03:17 +0100
commitbef2b947e353e120efc80bd0edc855250949869d (patch)
treee55adc485d4709ce5322c959445d3a4138c4e112 /makefu/2configs/hw/tp-x2x0.nix
parentf48e90915f9c1477a7068050e06a8686ceb03427 (diff)
parentae3a6110c69ee1c5339befa73b52ac274ebfc260 (diff)
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/2configs/hw/tp-x2x0.nix')
-rw-r--r--makefu/2configs/hw/tp-x2x0.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/makefu/2configs/hw/tp-x2x0.nix b/makefu/2configs/hw/tp-x2x0.nix
index 892be07b8..d5ce34bd4 100644
--- a/makefu/2configs/hw/tp-x2x0.nix
+++ b/makefu/2configs/hw/tp-x2x0.nix
@@ -2,8 +2,7 @@
with config.krebs.lib;
{
- # TODO: put this somewhere else
- networking.wireless.enable = true;
+ networking.wireless.enable = lib.mkDefault true;
hardware.enableAllFirmware = true;
nixpkgs.config.allowUnfree = true;