forked from Bun/nixos-config
Add my Pinebook into the mix
This commit is contained in:
parent
45f3ebe309
commit
a900acf90d
10 changed files with 142 additions and 6 deletions
7
nixos/hardware/extlinux.nix
Normal file
7
nixos/hardware/extlinux.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
# For ARM machines
|
||||
boot.loader = {
|
||||
generic-extlinux-compatible.enable = true;
|
||||
grub.enable = false;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue