ROCKPro64-Server/system/devices/default.nix
2025-02-28 19:13:03 -05:00

8 lines
72 B
Nix

{ ... }:
{
imports = [
./boot
./disks
./networking
];
}