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