diff --git a/nixos/bootloader.nix b/nixos/bootloader.nix index c865c09..f16adcf 100644 --- a/nixos/bootloader.nix +++ b/nixos/bootloader.nix @@ -4,7 +4,7 @@ # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - boot.loader.efi.efiSysMountPoint = "/boot/efi"; + boot.loader.efi.efiSysMountPoint = "/boot"; boot.loader.timeout = 2; boot.initrd.enable = true; boot.initrd.systemd.enable = true;