From af2a315310989359e4ed66b5a2471f660b0670e8 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Tue, 10 Mar 2020 00:02:54 +1000 Subject: [PATCH] Added SD image for paidh-tri --- images/sd-image_paidh-tri.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 images/sd-image_paidh-tri.nix diff --git a/images/sd-image_paidh-tri.nix b/images/sd-image_paidh-tri.nix new file mode 100644 index 0000000..7bcbc7c --- /dev/null +++ b/images/sd-image_paidh-tri.nix @@ -0,0 +1,10 @@ +# SD image for paidh-tri + +{ ... }: { + + imports = [ + ./sd-image_paidh-base.nix + ../hosts/paidh-tri.nix + ]; + +}