Fixed boot mount point

This commit is contained in:
Nickiel12 2023-03-31 22:25:57 -07:00
parent a72360db4d
commit 0f01f42baf

View file

@ -16,7 +16,7 @@
systemd-boot.enable = true;
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot";
efiSysMountPoint = "/boot/efi";
};
};
}