summaryrefslogtreecommitdiffstats
path: root/microsoft/surface_pro_3.nix
diff options
context:
space:
mode:
Diffstat (limited to 'microsoft/surface_pro_3.nix')
-rw-r--r--microsoft/surface_pro_3.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/microsoft/surface_pro_3.nix b/microsoft/surface_pro_3.nix
new file mode 100644
index 0000000..48528f9
--- /dev/null
+++ b/microsoft/surface_pro_3.nix
@@ -0,0 +1,8 @@
+{ ... }:
+
+{
+ # to use the type cover in the initrd
+ boot.kernelModules = [ "hid-microsoft" ];
+
+ networking.wireless.enable = true;
+}