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