Files
nixos-configs/hosts/tadpole/modules/boot/default.nix
2024-07-27 12:13:47 +02:00

12 lines
127 B
Nix

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