From 45192e07d447e702c863a4cb411dd99fa596c9d3 Mon Sep 17 00:00:00 2001 From: Philip Peterson Date: Mon, 4 May 2026 17:06:01 +0000 Subject: [PATCH] Turn off EFI support --- nixos/hetzner.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nixos/hetzner.nix b/nixos/hetzner.nix index cbbf2f3..6585ab1 100644 --- a/nixos/hetzner.nix +++ b/nixos/hetzner.nix @@ -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 = {