fixes efi mount point for desktop

This commit is contained in:
2023-11-13 19:08:55 -05:00
parent 7f462688d3
commit 19e636855e
+1 -1
View File
@@ -16,7 +16,7 @@
systemd-boot.enable = true; systemd-boot.enable = true;
efi = { efi = {
canTouchEfiVariables = true; canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi"; efiSysMountPoint = "/boot";
}; };
}; };