mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-04 18:19:40 +01:00
8 lines
136 B
Nix
8 lines
136 B
Nix
{ ... }:
|
|
|
|
{
|
|
# to use the type cover in the initrd
|
|
boot.kernelModules = [ "hid-microsoft" ];
|
|
|
|
networking.wireless.enable = true;
|
|
}
|