summaryrefslogtreecommitdiffstats
path: root/microsoft
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-25 21:26:29 +0000
committerYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-25 22:07:47 +0000
commitd1d99eb15887cedb0d6dba66e4482c53cb809c1d (patch)
tree15186fa61fd1a7e8e469b6198b52cffc7c2ca039 /microsoft
parent554629a957f703f4d9382f502c86288a56f3a052 (diff)
treewide: mark things that have to be done
Diffstat (limited to 'microsoft')
-rw-r--r--microsoft/surface-pro/3/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/microsoft/surface-pro/3/default.nix b/microsoft/surface-pro/3/default.nix
index 70442e6..a09c60b 100644
--- a/microsoft/surface-pro/3/default.nix
+++ b/microsoft/surface-pro/3/default.nix
@@ -4,5 +4,6 @@
# to use the type cover in the initrd
boot.kernelModules = [ "hid-microsoft" ];
+ # TODO: reverse compat
networking.wireless.enable = lib.mkDefault true;
}