NixFiles/systems/tau/boot.nix
2023-05-13 21:48:48 +01:00

7 lines
114 B
Nix

{ config, ... }:
{
boot.loader.grub.enable = false;
boot.loader.generic-extlinux-compatible.enable = true;
}