feat: comfyui-test

This commit is contained in:
Nick 2025-07-29 16:42:30 -05:00
parent c9f3d66cdf
commit 006fb3ac28
2 changed files with 13 additions and 3 deletions

View file

@ -4,9 +4,7 @@
...
}:
let
inherit (flake.config.machines.devices)
ceres
;
inherit (flake.config.machines.devices) ceres;
inherit (flake.config.services.instances) smtp forgejo web;
service = forgejo;
localhost = web.localhost.address0;