{pkgs, ...}: { boot = { loader = { systemd-boot = { enable = true; }; }; initrd = { systemd.enable = true; }; }; }