add apu configuration

This commit is contained in:
Joakim Repomaa
2025-02-02 18:39:51 +02:00
parent 94d9a45a38
commit 89474fb479
5 changed files with 372 additions and 0 deletions

View File

@@ -57,6 +57,12 @@
specialArgs = { inherit inputs; };
modules = [ ./radish ];
};
apu = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [ ./apu ];
};
};
};
}