mio-ops/images/sd-image_paidh-tri.nix
Craige McWhirter 384faa3d84
Initial commit
2020-04-27 18:08:25 +10:00

16 lines
262 B
Nix

# SD image for paidh-tri
#
# To build this image, run:
#
# nix-build '<nixpkgs/nixos>' -A config.system.build.sdImage -I \
# nixos-config=./images/sd-image_paidh-tri.nix
{ ... }: {
imports = [
./sd-image_paidh-base.nix
../hosts/paidh-tri.nix
];
}