testing efi setting

This commit is contained in:
Aria Nolan 2023-10-30 21:31:46 -04:00
parent 034796f526
commit 662b00afcd

View file

@ -13,7 +13,7 @@
]; ];
boot.loader = { boot.loader = {
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = false;
# efi.efiSysMountPoint = "/boot/efi"; # efi.efiSysMountPoint = "/boot/efi";
grub = { grub = {
efiSupport = true; efiSupport = true;