diff --git a/systems/x86_64-linux/halo/llama-server.nix b/systems/x86_64-linux/halo/llama-server.nix index ffe6f0f..9ea5870 100644 --- a/systems/x86_64-linux/halo/llama-server.nix +++ b/systems/x86_64-linux/halo/llama-server.nix @@ -5,7 +5,7 @@ }: { systemd.services.llama-server = { - description = "llama.cpp server (Qwen3.6-35B-A3B, ROCm)"; + description = "llama.cpp server (Qwen3.6-27B-MTP, ROCm)"; after = [ "network-online.target" ]; wants = [ "network-online.target" ]; wantedBy = [ "multi-user.target" ];