2017-12-24 15:13:25 +00:00
|
|
|
{ lib, ... }:
|
2016-02-26 10:42:57 +00:00
|
|
|
|
|
|
|
{
|
|
|
|
# to use the type cover in the initrd
|
|
|
|
boot.kernelModules = [ "hid-microsoft" ];
|
|
|
|
|
2017-12-25 21:26:29 +00:00
|
|
|
# TODO: reverse compat
|
2017-12-24 15:13:25 +00:00
|
|
|
networking.wireless.enable = lib.mkDefault true;
|
2016-02-26 10:42:57 +00:00
|
|
|
}
|