Fix kardorf using aspi config

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

View File

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