diff options
Diffstat (limited to 'nixos/boot.nix')
| -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; }; |
