- Remove ollama service configuration and dependencies - Clean up traefik routing for ollama web interface - Comment out traefik service examples for clarity
11 lines
134 B
Nix
11 lines
134 B
Nix
{...}: {
|
|
imports = [
|
|
./amdgpu-clocks
|
|
./flatpak
|
|
./libinput
|
|
./pipewire
|
|
./printing
|
|
./udev
|
|
./xserver
|
|
];
|
|
}
|