summaryrefslogtreecommitdiffstats
path: root/microsoft
diff options
context:
space:
mode:
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;
}