feat(halo): add llama-cpp-rocm and real docker

This commit is contained in:
Harald Hoyer 2026-03-17 10:03:09 +01:00
parent 84457da405
commit 866bc090ca

View file

@ -120,8 +120,16 @@ with lib.metacfg;
obsidian
piper-tts
uv
llama-cpp-rocm
];
virtualisation = {
docker.enable = true;
podman.dockerCompat = false;
};
# zram swap with zstd compression for better performance
zramSwap = {
algorithm = "zstd";