summaryrefslogtreecommitdiffstats
path: root/2configs/hw
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-02-17 08:33:15 +0100
committermakefu <github@syntax-fehler.de>2016-02-17 08:33:15 +0100
commit2e00c3d1968698b88b72500a811554cf6f4e1d25 (patch)
tree5918560e2180ad440676dab9d28df584ae6c0a27 /2configs/hw
parentd5d7507b38d181aa013e5c0aafe987ceb391b1a9 (diff)
ma 2 hw/tp-x2x0: wireless.enable = mkDefault true resolves TODO
Diffstat (limited to '2configs/hw')
-rw-r--r--2configs/hw/tp-x2x0.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/2configs/hw/tp-x2x0.nix b/2configs/hw/tp-x2x0.nix
index 892be07b8..d5ce34bd4 100644
--- a/2configs/hw/tp-x2x0.nix
+++ b/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;