system/hosts/asus-gl553vd/configs/boot.nix

13 lines
201 B
Nix

{
boot.loader = {
timeout = 1;
grub = {
enable = true;
device = "nodev";
efiSupport = true;
efiInstallAsRemovable = true;
enableCryptodisk = true;
};
};
}