From 9ef4400a11ec0d6d13df4a48ff5373389c1cc22e Mon Sep 17 00:00:00 2001 From: Christoph Herb <52382992+chrishrb@users.noreply.github.com> Date: Fri, 23 Aug 2024 23:22:07 +0200 Subject: [PATCH] fix efi mount point --- modules/nixos/hardware/boot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/hardware/boot.nix b/modules/nixos/hardware/boot.nix index a08ec5b..bd817e3 100644 --- a/modules/nixos/hardware/boot.nix +++ b/modules/nixos/hardware/boot.nix @@ -22,7 +22,7 @@ efi = { canTouchEfiVariables = true; - efiSysMountPoint = "/boot"; + efiSysMountPoint = "/boot/EFI"; }; systemd-boot.enable = false;