1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-31 07:03:36 +00:00
This commit is contained in:
Rae 5e 2024-12-31 01:58:09 +00:00
parent 00f39cbb84
commit d64b90f046

View file

@ -7,7 +7,10 @@
];
boot.loader = {
efi.canTouchEfiVariables = true;
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot";
};
grub = {
enable = true;
efiSupport = true;