diff --git a/configuration.nix b/configuration.nix index 0997352..62cb4c0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -13,6 +13,7 @@ # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.loader.efi.efiSysMountPoint = "/boot"; boot.kernelPackages = pkgs.linuxPackages_latest; nix = {