8 lines
146 B
Nix
8 lines
146 B
Nix
{ ... }:
|
|
{
|
|
boot = {
|
|
loader.systemd-boot.enable = true;
|
|
loader.efi.canTouchEfiVariables = true;
|
|
initrd.systemd.enable = true;
|
|
};
|
|
}
|