7 lines
114 B
Nix
7 lines
114 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
boot.loader.grub.enable = false;
|
|
boot.loader.generic-extlinux-compatible.enable = true;
|
|
}
|