12 lines
No EOL
182 B
Nix
12 lines
No EOL
182 B
Nix
{ config, ... }:
|
|
|
|
{
|
|
boot.loader = {
|
|
systemd-boot = {
|
|
enable = true;
|
|
editor = false;
|
|
configurationLimit = 5;
|
|
};
|
|
efi.canTouchEfiVariables = true;
|
|
};
|
|
} |