This commit is contained in:
Andrea Ciceri 2023-06-18 23:53:26 +02:00
parent df4eb3c079
commit 6c7771f864
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
7 changed files with 172 additions and 155 deletions

View file

@ -26,7 +26,7 @@
build = _: nc: nc.config.system.build.toplevel;
in {
x86_64-linux = lib.mapAttrs build {
inherit (self.nixosConfigurations) hs thinkpad mothership;
inherit (self.nixosConfigurations) thinkpad mothership;
};
aarch64-linux = {
inherit (self.nixosConfigurations) pbp rock5b;