pantheon/configs/bootloaders/systemd-boot.nix
2025-03-27 03:19:25 +08:00

6 lines
100 B
Nix

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