nixos/machines/newton/boot.nix
2023-11-07 23:19:48 +01:00

10 lines
115 B
Nix

_:
{
boot.loader = {
timeout = 1;
grub = {
enable = true;
device = "/dev/sda";
};
};
}