8 lines
107 B
Nix
8 lines
107 B
Nix
{ ... }:
|
|
|
|
{
|
|
boot = {
|
|
loader.efi.efiSysMountPoint = "/boot";
|
|
initrd.systemd.enable = true;
|
|
};
|
|
}
|