From 4e406aeadb6368f36f92a0ce7a38c9c0472c3bc9 Mon Sep 17 00:00:00 2001 From: Adrian Gunnar Lauterer Date: Sun, 5 Apr 2026 22:36:26 +0200 Subject: [PATCH] updates --- hosts/galadriel/configuration.nix | 11 ++++------- modules/llama-swap.nix | 1 + 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/hosts/galadriel/configuration.nix b/hosts/galadriel/configuration.nix index 4815628..841409d 100644 --- a/hosts/galadriel/configuration.nix +++ b/hosts/galadriel/configuration.nix @@ -30,17 +30,14 @@ ../../modules/develPackages.nix ../../modules/vaultvarden.nix - ../../modules/authelia.nix - ../../modules/jellyfin.nix - ../../modules/jupyterhub.nix + ../../modules/immich.nix ../../modules/qbittorrent.nix + ../../modules/jellyfin.nix ../../modules/mealie.nix ../../modules/miniflux.nix - #../../modules/ollama.nix # replaced by llama-cpp + llama-swap - ../../modules/openwebui.nix # using llama-cpp built-in UI instead + ../../modules/jupyterhub.nix + ../../modules/openwebui.nix ../../modules/llama-swap.nix - ../../modules/librechat.nix - ../../modules/immich.nix ]; diff --git a/modules/llama-swap.nix b/modules/llama-swap.nix index d0131b7..a340c1b 100644 --- a/modules/llama-swap.nix +++ b/modules/llama-swap.nix @@ -14,6 +14,7 @@ pkgs.unstable.whisper-cpp-vulkan inputs.self.packages.${system}.z-image-models inputs.self.packages.${system}.whisper-models + #inputs.self.packages.${system}.fish-speech-models ]; services.llama-swap = {