feat(nix): add comfy-ui module and enable it for server

This commit is contained in:
Mohammad Rafiq 2025-07-09 03:27:05 +08:00
parent fbd8a20036
commit 8db9ceb372
No known key found for this signature in database
2 changed files with 35 additions and 0 deletions

View file

@ -23,6 +23,7 @@
}
];
};
extraCfg.server.web-apps.comfy-ui.enable = true;
};
apollo = {
graphical = false;