nixos-hardware/gpd/micropc/default.nix

12 lines
213 B
Nix
Raw Normal View History

2021-05-11 16:28:15 +02:00
{ ... }:
{
imports = [
../../common/pc/laptop
../../common/pc/laptop/ssd
];
# Needed to have the keyboard working during the initrd sequence
boot.initrd.availableKernelModules = [ "battery" ];
}