fix(nix): bring up to feature parity

This commit is contained in:
Mohammad Rafiq 2025-07-09 04:43:48 +08:00
parent 738a7b95d2
commit a6bd611c25
No known key found for this signature in database
4 changed files with 22 additions and 4 deletions

View file

@ -21,9 +21,15 @@
scale = "2";
};
};
extraCfg.server.web-apps = {
comfy-ui.enable = true;
sd-webui-forge.enable = true;
extraCfg = {
machine = {
bluetooth.enable = true;
usb.automount = true;
};
server.web-apps = {
comfy-ui.enable = true;
sd-webui-forge.enable = true;
};
};
};
apollo = {