diff --git a/nix/systems/x86_64-linux/serverz/default.nix b/nix/systems/x86_64-linux/serverz/default.nix index ac0bde5..29dee60 100644 --- a/nix/systems/x86_64-linux/serverz/default.nix +++ b/nix/systems/x86_64-linux/serverz/default.nix @@ -11,13 +11,15 @@ in { ]; # Use the GRUB 2 boot loader. - boot.loader.grub.enable = true; - boot.loader.grub = { - # no need to set devices, disko will add all devices that have a EF02 partition to the list already - devices = ["/dev/sda2"]; - efiSupport = true; - efiInstallAsRemovable = true; - }; + boot.loader.grub.device = "nodev"; + # boot.loader.grub.enable = true; + # boot.loader.efi.canTouchEfiVariables = true; + # boot.loader.grub = { + # # no need to set devices, disko will add all devices that have a EF02 partition to the list already + # devices = ["/dev/sda2"]; + # efiSupport = true; + # efiInstallAsRemovable = true; + # }; # environment.systemPackages = with pkgs; [ # # Any particular packages only for this host