back to 555 drivers
This commit is contained in:
parent
c6760f06bc
commit
96abbb54bf
11 changed files with 29 additions and 262 deletions
10
modules/system/boot/grub-boot.nix
Normal file
10
modules/system/boot/grub-boot.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
boot.loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
grub = {
|
||||
enable = true;
|
||||
efiSupport = true;
|
||||
device = "nodev";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue