fix(nixos/sd-webui-forge): enable listening by default

This commit is contained in:
Mohammad Rafiq 2025-06-20 07:38:45 +08:00
parent 4a880481df
commit 70a787f89c
No known key found for this signature in database

View file

@ -20,7 +20,7 @@ mkWebApp {
};
services.sd-webui-forge = {
enable = true;
listen = cfg.openFirewall;
listen = true;
extraArgs = "--cuda-malloc";
};
};