feat: added comfy ui

This commit is contained in:
Nick 2025-07-18 17:10:41 -05:00
parent 053429b0b8
commit cd535a7d48

View file

@ -37,7 +37,7 @@ in
host = mkOption {
type = types.str;
default = "127.0.0.1";
default = "0.0.0.0";
description = "Host to bind to";
};