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