nix-config/hosts/trantor/boot.nix

6 lines
97 B
Nix

{
boot = {
loader.efi.efiSysMountPoint = "/boot";
initrd.systemd.enable = true;
};
}