ROCKPro64-Server/system/devices/boot/default.nix

10 lines
102 B
Nix
Raw Normal View History

2025-02-28 12:08:04 -05:00
{ ... }:
{
imports = [
./extlinux
./root-reset
2025-02-28 12:08:04 -05:00
];
boot.initrd.systemd.enable = true;
2025-02-28 12:08:04 -05:00
}