Renamed -base to -aarch64
This commit is contained in:
parent
fd03ea495b
commit
1005bad669
|
@ -12,7 +12,7 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./sd-image_paidh-base.nix
|
./sd-image_paidh-aarch64.nix
|
||||||
../hosts/paidh-ceithir.nix
|
../hosts/paidh-ceithir.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./sd-image_paidh-base.nix
|
./sd-image_paidh-aarch64.nix
|
||||||
../hosts/paidh-coig.nix
|
../hosts/paidh-coig.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
10
images/sd-image_paidh-dha.nix
Normal file
10
images/sd-image_paidh-dha.nix
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# SD image for paidh-dha
|
||||||
|
|
||||||
|
{ ... }: {
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
./sd-image_paidh-aarch64.nix
|
||||||
|
../hosts/paidh-dha.nix
|
||||||
|
];
|
||||||
|
|
||||||
|
}
|
|
@ -12,7 +12,7 @@
|
||||||
{ ... }: {
|
{ ... }: {
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./sd-image_paidh-base.nix
|
./sd-image_paidh-aarch64.nix
|
||||||
../hosts/paidh-tri.nix
|
../hosts/paidh-tri.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue