6 lines
140 B
Nix
6 lines
140 B
Nix
{...}: {
|
|
flake.modules.nixos.base = {
|
|
boot.loader.systemd-boot.enable = true;
|
|
boot.loader.efi.canTouchEfiVariables = true;
|
|
};
|
|
}
|