diff --git a/robot.nix b/robot.nix index 683bc9e..e433eac 100644 --- a/robot.nix +++ b/robot.nix @@ -3,7 +3,13 @@ ./disk-config.nix ]; - boot.loader.grub.enable = true; + boot.loader = { + efi.canTouchEfiVariables = true; + grub = { + enable = true; + efiSupport = true; + }; + }; services.openssh = { enable = true;