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