From 19e82b10d8ff2d9b3436164ab06f85b1e79ead35 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Tue, 24 Mar 2026 16:09:28 +0530 Subject: apparently it is required :( --- nixos/boot.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos') diff --git a/nixos/boot.nix b/nixos/boot.nix index b404813..b3563f9 100644 --- a/nixos/boot.nix +++ b/nixos/boot.nix @@ -35,6 +35,7 @@ }; }; efi.canTouchEfiVariables = true; + efi.efiSysMountPoint = "/boot/efi"; systemd-boot.enable = false; }; -- cgit v1.2.3