ess-helm-nixos/hosts/ess-helm/boot.nix

9 lines
112 B
Nix

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