6 lines
100 B
Nix
6 lines
100 B
Nix
{
|
|
boot.loader = {
|
|
systemd-boot.enable = true;
|
|
systemd-boot.configurationLimit = 5;
|
|
};
|
|
}
|