nixos/machines/newton/boot.nix

11 lines
121 B
Nix
Raw Normal View History

2023-11-07 22:00:00 +01:00
{ ... }:
2022-07-30 15:40:56 +02:00
{
boot.loader = {
timeout = 1;
grub = {
enable = true;
device = "/dev/sda";
};
};
}