nixos/machines/newton/boot.nix
2023-11-07 22:49:32 +01:00

10 lines
121 B
Nix

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