5 lines
150 B
Nix
5 lines
150 B
Nix
{ config, lib, pkgs, modulesPath, ... }: {
|
|
imports = [];
|
|
boot.loader.systemd-boot.enable = true;
|
|
boot.loader.efi.canTouchEfiVariables = true;
|
|
}
|