diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-03-24 16:09:28 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-03-24 16:09:28 +0530 |
| commit | 19e82b10d8ff2d9b3436164ab06f85b1e79ead35 (patch) | |
| tree | 35a0bcc86bc374badcd1f59ab886f0a0556580f0 /nixos | |
| parent | e9ca11d6e7d333b9719779b84947ad8aca214497 (diff) | |
apparently it is required :(
Diffstat (limited to 'nixos')
| -rw-r--r-- | nixos/boot.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; |
