Fix cuda and openwebui

This commit is contained in:
ediblerope 2026-05-12 20:21:56 +01:00
parent 67cb9fb3ba
commit c8d0651bab

View file

@ -3,7 +3,6 @@
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;