ROCKPro64-Server/system/devices/default.nix

10 lines
87 B
Nix
Raw Normal View History

2025-02-28 12:08:04 -05:00
{ ... }:
{
imports = [
./boot
./disks
2025-02-28 13:32:11 -05:00
./hardware
2025-02-28 12:08:04 -05:00
./networking
];
}