nix-config/nixos/fuchsia/services/default.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

11 lines
134 B
Nix

{...}: {
imports = [
./amdgpu-clocks
./flatpak
./libinput
./pipewire
./printing
./udev
./xserver
];
}