nichts/modules/vali/core/boot/boot.nix

11 lines
166 B
Nix
Raw Normal View History

2024-04-10 14:21:41 +02:00
_: {
2024-04-10 11:35:09 +02:00
boot.loader = {
efi.canTouchEfiVariables = true;
grub = {
enable = true;
efiSupport = true;
device = "nodev";
};
};
}