Set efiSysMountPoint = /boot so systemd-boot install succeeds with disko

Made-with: Cursor
This commit is contained in:
DannyDannyDanny 2026-03-08 18:38:26 +01:00
parent 52d60b9ce0
commit 0fb4fe7d6c

View file

@ -7,6 +7,7 @@
{
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot"; # Match disko ESP mountpoint so bootloader install succeeds
networking.hostName = lib.mkDefault "nixos"; # Overridden by --system-config at install
networking.wireless.enable = true;