nixos/machines/newton/boot.nix

10 lines
115 B
Nix
Raw Normal View History

2024-07-28 21:08:02 +02:00
_: {
2022-07-30 15:40:56 +02:00
boot.loader = {
timeout = 1;
grub = {
enable = true;
device = "/dev/sda";
};
};
}