flake update
All checks were successful
/ check (push) Successful in 1m28s

This commit is contained in:
Oliver Davies 2025-06-22 13:55:04 +01:00
parent b926a50119
commit b691b02deb
6 changed files with 34 additions and 32 deletions

View file

@ -1,10 +1,10 @@
{
services = {
ollama = {
enable = true;
enable = false;
acceleration = "rocm";
};
open-webui.enable = true;
open-webui.enable = false;
};
}