From 02b3c7337655ab439e8457e6013ef72c36f41b77 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 6 May 2026 14:03:28 +0200 Subject: [PATCH] fix(halo): fix systemd description for llama --- systems/x86_64-linux/halo/llama-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ];