- Remove ollama service configuration and dependencies - Clean up traefik routing for ollama web interface - Comment out traefik service examples for clarity
8 lines
192 B
Nix
8 lines
192 B
Nix
{...}: {
|
|
# # Example
|
|
# services.traefik.dynamicConfigOptions.http.services = {
|
|
# open-webui.loadBalancer.servers = [
|
|
# {url = "http://fuchsia.home.arpa:8080";}
|
|
# ];
|
|
# };
|
|
}
|