3743ae21f5
Also extract documentation from raspberry-pi/2/ profile.
9 lines
155 B
Nix
9 lines
155 B
Nix
{ lib, ... }:
|
|
|
|
{
|
|
# to use the type cover in the initrd
|
|
boot.kernelModules = [ "hid-microsoft" ];
|
|
|
|
networking.wireless.enable = lib.mkDefault true;
|
|
}
|