5 lines
138 B
Nix
5 lines
138 B
Nix
{ config, lib, pkgs, ... }: {
|
|
# System boots
|
|
boot.loader.systemd-boot.enable = true;
|
|
boot.loader.efi.canTouchEfiVariables = true;
|
|
}
|