6 lines
101 B
Nix
6 lines
101 B
Nix
{
|
|
boot = {
|
|
initrd.systemd.enable = true;
|
|
loader.efi.efiSysMountPoint = "/boot/efi";
|
|
};
|
|
}
|