mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-18 17:09:41 +01:00
3743ae21f5
Also extract documentation from raspberry-pi/2/ profile.
8 lines
155 B
Nix
8 lines
155 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
# to use the type cover in the initrd
|
|
boot.kernelModules = [ "hid-microsoft" ];
|
|
|
|
networking.wireless.enable = lib.mkDefault true;
|
|
}
|