summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/hw/tp-x2x0.nix
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
commit521d5989db76a25c3a8082e8bb933baf397562e0 (patch)
treef1a0274100d5e906a4887e66461ebbabaa60520a /makefu/2configs/hw/tp-x2x0.nix
parent829f801f80c2bb80e3c3301f6fb9599fcbe46548 (diff)
ma 2 hw/tp-x2x0: wireless.enable = mkDefault true resolves TODO
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 892be07b..d5ce34bd 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;