feat: Add comfy-ui with basic auth

This commit is contained in:
matthew.binning 2026-02-16 07:15:15 -08:00
parent 5aa1d4192f
commit 9328ca3717
5 changed files with 109 additions and 8 deletions

View file

@ -0,0 +1,9 @@
{ config, pkgs, lib, ... }:
{
services.comfyui = {
enable = true;
listenAddress = "127.0.0.1";
port = 8188;
};
}