nix/modules/system/boot/default.nix

4 lines
55 B
Nix
Raw Normal View History

2024-09-15 19:36:11 +02:00
{...}: {
boot.loader.systemd-boot.enable = true;
}