mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
add gpd-micropc
This commit is contained in:
parent
68babad7f9
commit
72d7bb9434
3 changed files with 14 additions and 0 deletions
11
gpd/micropc/default.nix
Normal file
11
gpd/micropc/default.nix
Normal 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" ];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue