diff --git a/robot.nix b/robot.nix index 8393f38..b212f1e 100644 --- a/robot.nix +++ b/robot.nix @@ -10,13 +10,15 @@ }; boot.loader = { - systemd-boot.enable = true; + systemd-boot.enable = false; efi.canTouchEfiVariables = true; - # grub = { - # enable = true; - # efiSupport = true; - # devices = ["nodev"]; - # }; + grub = { + enable = true; + device = "nodev"; + efiSupport = true; + useOSProber = true; + efiInstallAsRemovable = true; + }; }; services.openssh = {