summaryrefslogtreecommitdiffstats
path: root/microsoft
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-24 15:13:25 +0000
committerYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-24 15:13:25 +0000
commit3743ae21f52ce986c3a091f29eff13749a3a342f (patch)
tree986e7243b0327a647f31e618833f5a894f08d626 /microsoft
parenta74c9bdaf8ca2b1e5496db4fbd5780e84b5f4db0 (diff)
treewide: only ever set unmergable options via lib.mkDefault
Also extract documentation from raspberry-pi/2/ profile.
Diffstat (limited to 'microsoft')
-rw-r--r--microsoft/surface-pro/3/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/microsoft/surface-pro/3/default.nix b/microsoft/surface-pro/3/default.nix
index 48528f9..70442e6 100644
--- a/microsoft/surface-pro/3/default.nix
+++ b/microsoft/surface-pro/3/default.nix
@@ -1,8 +1,8 @@
-{ ... }:
+{ lib, ... }:
{
# to use the type cover in the initrd
boot.kernelModules = [ "hid-microsoft" ];
- networking.wireless.enable = true;
+ networking.wireless.enable = lib.mkDefault true;
}