From c54682e1e3614f39dbf771d8e6a17e0c742ab9d9 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 5 May 2024 06:50:59 -0400 Subject: [PATCH] Infini-DL360: use correct ESP mountpoint --- hosts/Infini-DL360/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/Infini-DL360/default.nix b/hosts/Infini-DL360/default.nix index fa836af..66ef646 100644 --- a/hosts/Infini-DL360/default.nix +++ b/hosts/Infini-DL360/default.nix @@ -11,6 +11,7 @@ modules = { boot.grub.enable = true; + boot.grub.efiSysMountPoint = "/boot"; boot.timeout = 1; hardware.form.server = true; };