boot-grub.nix (121B)
1 { 2 boot = { 3 loader.grub = { 4 enable = true; 5 device = "/dev/sda"; 6 useOSProber = true; 7 }; 8 }; 9 }