Removed rock5b check

This commit is contained in:
Andrea Ciceri 2023-06-19 23:45:23 +02:00
parent df9ea36678
commit 5315feb612
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -29,7 +29,7 @@
inherit (self.nixosConfigurations) thinkpad mothership; inherit (self.nixosConfigurations) thinkpad mothership;
}; };
aarch64-linux = { aarch64-linux = {
inherit (self.nixosConfigurations) pbp rock5b; inherit (self.nixosConfigurations) rock5b; #pbp;
}; };
}; };
} }