mio-ops/images/sd-image_paidh-dha.nix

11 lines
120 B
Nix
Raw Normal View History

2020-06-25 06:30:46 +00:00
# SD image for paidh-dha
{ ... }: {
imports = [
./sd-image_paidh-aarch64.nix
../hosts/paidh-dha.nix
];
}