summaryrefslogtreecommitdiff
path: root/config/boot.nix
blob: 8720d3b1af7df2cd4cef4cef28a1f408787e08b3 (plain)
1
2
3
4
5
6
7
{ ... }:
{
  personal.boot = {
    grub.enable = true;
  };
  boot.loader.grub.device = "/dev/disk/by-id/ata-SATA_SSD_A45E07221AE300053322";
}