diff --git a/configuration.nix b/configuration.nix index c729114..0997352 100644 --- a/configuration.nix +++ b/configuration.nix @@ -11,7 +11,8 @@ ]; # Bootloader. - boot.loader.grub.enable = true; + boot.loader.systemd-boot.enable = true; + boot.loader.efi.canTouchEfiVariables = true; boot.kernelPackages = pkgs.linuxPackages_latest; nix = {