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