Turn off EFI support

This commit is contained in:
Philip Peterson 2026-05-04 17:06:01 +00:00
parent 12078090d9
commit 45192e07d4

View file

@ -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 = {