revert Fix cuda and openwebui
This commit is contained in:
rope 2026-05-13 00:39:53 -07:00
parent c16eac4204
commit 02cbd656e2

View file

@ -3,6 +3,7 @@
config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") {
services.ollama.enable = true;
services.ollama.acceleration = "cuda";
services.open-webui.enable = true;
services.open-webui.port = 8888;