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