added brain to the flake

This commit is contained in:
2025-09-26 22:27:00 -04:00
parent 45a31e6b4d
commit ca8c9925ad

View File

@@ -77,6 +77,12 @@
];
specialArgs = { inherit inputs outputs; };
};
brain = lib.nixosSystem {
modules = [
./systems/brain
];
specialArgs = { inherit inputs outputs; };
};
jeeves = lib.nixosSystem {
modules = [
./systems/jeeves