Update Flake with Disko and fix EFI Mount Point

This commit is contained in:
Sravan Balaji
2024-03-24 13:29:50 -04:00
parent b202ec84df
commit 8331551e20
3 changed files with 26 additions and 10 deletions

View File

@@ -35,7 +35,7 @@
loader = {
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot";
efiSysMountPoint = "/boot/EFI";
};
grub = {
enable = true;