tuserver/system/boot.nix
Katharina Heidenreich a28c2b5563 feat: initial commit
2026-04-08 20:53:49 +02:00

5 lines
87 B
Nix

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