diff --git a/machines/jupiter/configuration.nix b/machines/jupiter/configuration.nix index 7be29b3..441d155 100644 --- a/machines/jupiter/configuration.nix +++ b/machines/jupiter/configuration.nix @@ -10,11 +10,8 @@ networking.hostName = "jupiter"; - boot.loader.grub = { - enable = true; - device = "/dev/nvme0n1"; - useOSProber = true; - }; + boot.loader.systemd-boot.enable = true; + boot.loader.efi.canTouchEfiVariables = true; # Enable the X11 windowing system. services.xserver.enable = true;