nix-config/nixos/viridian/services/traefik/services.nix
jasmine e5d1ba38d4
remove ollama service from fuchsia host
- Remove ollama service configuration and dependencies
- Clean up traefik routing for ollama web interface
- Comment out traefik service examples for clarity
2025-09-29 18:30:59 +08:00

8 lines
192 B
Nix

{...}: {
# # Example
# services.traefik.dynamicConfigOptions.http.services = {
# open-webui.loadBalancer.servers = [
# {url = "http://fuchsia.home.arpa:8080";}
# ];
# };
}