infrastructure/nixos/hw/sbc.nix

6 lines
61 B
Nix

_: {
imports = [
./headless.nix
./metal.nix
];
}