nix/os/devices: add CFB4ED74
This commit is contained in:
parent
cfeabb8e5d
commit
c581e5d0a3
5 changed files with 81 additions and 0 deletions
11
nix/os/devices/CFB4ED74/boot.nix
Normal file
11
nix/os/devices/CFB4ED74/boot.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ lib
|
||||
, ...
|
||||
}:
|
||||
|
||||
{
|
||||
boot.loader.grub.efiSupport = lib.mkForce false;
|
||||
# boot.loader.grub.efiInstallAsRemovable = lib.mkForce false;
|
||||
# boot.loader.efi.canTouchEfiVariables = lib.mkForce false;
|
||||
|
||||
boot.extraModulePackages = [ ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue