Skip to content

Commit

Permalink
fix efi mount point
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishrb committed Aug 23, 2024
1 parent 64165c0 commit 9ef4400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nixos/hardware/boot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot";
efiSysMountPoint = "/boot/EFI";
};

systemd-boot.enable = false;
Expand Down

0 comments on commit 9ef4400

Please sign in to comment.