Renamed -base to -aarch64

This commit is contained in:
Craige McWhirter 2020-06-25 16:30:46 +10:00
parent fd03ea495b
commit 1005bad669
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA
5 changed files with 13 additions and 3 deletions

View file

@ -12,7 +12,7 @@
{ ... }: { { ... }: {
imports = [ imports = [
./sd-image_paidh-base.nix ./sd-image_paidh-aarch64.nix
../hosts/paidh-ceithir.nix ../hosts/paidh-ceithir.nix
]; ];

View file

@ -12,7 +12,7 @@
{ ... }: { { ... }: {
imports = [ imports = [
./sd-image_paidh-base.nix ./sd-image_paidh-aarch64.nix
../hosts/paidh-coig.nix ../hosts/paidh-coig.nix
]; ];

View file

@ -0,0 +1,10 @@
# SD image for paidh-dha
{ ... }: {
imports = [
./sd-image_paidh-aarch64.nix
../hosts/paidh-dha.nix
];
}

View file

@ -12,7 +12,7 @@
{ ... }: { { ... }: {
imports = [ imports = [
./sd-image_paidh-base.nix ./sd-image_paidh-aarch64.nix
../hosts/paidh-tri.nix ../hosts/paidh-tri.nix
]; ];