Files

12 lines
121 B
Nix
Raw Permalink Normal View History

2024-10-03 15:21:56 -05:00
{ ... }:
2023-03-07 17:17:24 -06:00
{
# Bootloader.
boot = {
loader.grub = {
enable = true;
device = "/dev/sda";
};
};
2023-03-07 17:17:24 -06:00
}