pantheon/configs/bootloaders/systemd-boot.nix
2025-04-10 16:28:33 +08:00

6 lines
100 B
Nix

{
boot.loader = {
systemd-boot.enable = true;
systemd-boot.configurationLimit = 5;
};
}