6 lines
128 B
Nix
6 lines
128 B
Nix
{ pkgs, ...}:
|
|
{
|
|
# Bootloader.
|
|
boot.loader.systemd-boot.enable = true;
|
|
boot.loader.efi.canTouchEfiVariables = true;
|
|
} |