nixos/machines/newton/boot.nix
2024-07-28 21:08:02 +02:00

9 lines
115 B
Nix

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