diff options
author | lassulus <lass@aidsballs.de> | 2016-02-17 15:03:17 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-02-17 15:03:17 +0100 |
commit | bef2b947e353e120efc80bd0edc855250949869d (patch) | |
tree | e55adc485d4709ce5322c959445d3a4138c4e112 /makefu/2configs/hw | |
parent | f48e90915f9c1477a7068050e06a8686ceb03427 (diff) | |
parent | ae3a6110c69ee1c5339befa73b52ac274ebfc260 (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/2configs/hw')
-rw-r--r-- | makefu/2configs/hw/tp-x2x0.nix | 3 |
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; |