diff --git a/boxes/xps.nix b/boxes/xps.nix index f046c3f..326e6a5 100644 --- a/boxes/xps.nix +++ b/boxes/xps.nix @@ -5,8 +5,8 @@ ../common/desktop.nix ]; - boot.loader.grub.enable = true; - boot.loader.grub.device = "/dev/sda"; + boot.loader.systemd-boot.enable = true; + boot.loader.efi.canTouchEfiVariables = true; networking.hostName = "xps"; }