1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-30 22:53:37 +00:00
This commit is contained in:
Rae 5e 2024-12-31 01:53:14 +00:00
parent db40b7ce44
commit 495ff84818

View file

@ -7,11 +7,10 @@
];
boot.loader = {
efi.canTouchEfiVariables = false;
efi.canTouchEfiVariables = true;
grub = {
enable = true;
efiSupport = true;
efiInstallAsRemovable = true;
device = "/dev/sdb";
};
};