Files
2026-03-04 21:22:33 +01:00

10 lines
98 B
Nix

{ ... }:
{
imports = [
./boot.nix
./cpu.nix
./disks.nix
./pcie-coral.nix
];
}