[NixOS] Disable invokeai service
This commit is contained in:
parent
fca971a7b4
commit
491f2803a1
@ -8,7 +8,7 @@
|
||||
];
|
||||
|
||||
services.invokeai = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
host = "0.0.0.0";
|
||||
nsfwChecker = false;
|
||||
package = inputs.nixified-ai.packages.${config.nixpkgs.system}.invokeai-nvidia;
|
||||
|
Loading…
Reference in New Issue
Block a user