Add initial support for grub
This commit is contained in:
parent
865afe8ab3
commit
b0074a081a
8 changed files with 16 additions and 13 deletions
9
modules/system/devices/boot/grub/efi/default.nix
Normal file
9
modules/system/devices/boot/grub/efi/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
{
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
efiSupport = true;
|
||||
efiInstallAsRemovable = true;
|
||||
device = "nodev";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue