add gpd-micropc

This commit is contained in:
Vincent Gatine 2021-05-11 16:28:15 +02:00
parent 68babad7f9
commit 72d7bb9434
3 changed files with 14 additions and 0 deletions

11
gpd/micropc/default.nix Normal file
View file

@ -0,0 +1,11 @@
{ ... }:
{
imports = [
../../common/pc/laptop
../../common/pc/laptop/ssd
];
# Needed to have the keyboard working during the initrd sequence
boot.initrd.availableKernelModules = [ "battery" ];
}