Revert "[NixOS] Try to fix build"

This reverts commit b2d8893158.
This commit is contained in:
2023-11-10 23:31:06 -07:00
parent b2d8893158
commit fac6d4f888
3 changed files with 148 additions and 101 deletions

View File

@@ -11,6 +11,7 @@ specialArgs.makeEnable config "modules.nixified-ai" false {
services.invokeai = {
enable = false;
host = "0.0.0.0";
nsfwChecker = false;
package = inputs.nixified-ai.packages.${config.nixpkgs.system}.invokeai-nvidia;
};
}