fix(halo): fix systemd description for llama

This commit is contained in:
Harald Hoyer 2026-05-06 14:03:28 +02:00
parent 7ebd97629d
commit 02b3c73376

View file

@ -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" ];