[NixOS] Try to fix build

This commit is contained in:
2023-11-04 17:49:32 -06:00
parent cc0a35274a
commit b2d8893158
3 changed files with 101 additions and 148 deletions

View File

@@ -11,7 +11,6 @@ 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;
};
}