Initial commit
This commit is contained in:
parent
d6146b8ab8
commit
384faa3d84
15
images/sd-image_paidh-tri.nix
Normal file
15
images/sd-image_paidh-tri.nix
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# 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
|
||||||
|
];
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in a new issue