Fix kardorf using aspi config

This commit is contained in:
2025-05-01 22:09:02 +02:00
parent 6d2a7f50df
commit 67468ba6fa

View File

@@ -106,7 +106,7 @@
}; };
}; };
kardorf = lib.nixosSystem { kardorf = lib.nixosSystem {
modules = [./hosts/pianonix]; modules = [./hosts/kardorf];
specialArgs = { specialArgs = {
inherit inputs outputs; inherit inputs outputs;
}; };