Turn off EFI support
This commit is contained in:
parent
12078090d9
commit
45192e07d4
1 changed files with 1 additions and 4 deletions
|
|
@ -9,10 +9,7 @@
|
|||
boot.kernel.sysctl = {"kernel.task_delayacct" = 1;};
|
||||
|
||||
boot.loader.grub = {
|
||||
# no need to set devices, disko will add all devices that have a EF02 partition to the list already
|
||||
# devices = [ ];
|
||||
efiSupport = true;
|
||||
efiInstallAsRemovable = true;
|
||||
efiSupport = false;
|
||||
};
|
||||
|
||||
services.openssh = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue