1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-01 10:33:33 +02:00
nixos-hardware/microsoft/surface-pro/3/default.nix
2017-12-25 22:07:47 +00:00

10 lines
180 B
Nix

{ lib, ... }:
{
# to use the type cover in the initrd
boot.kernelModules = [ "hid-microsoft" ];
# TODO: reverse compat
networking.wireless.enable = lib.mkDefault true;
}