Move ollama configuration
All checks were successful
/ check (push) Successful in 1m38s

This commit is contained in:
Oliver Davies 2025-07-25 01:33:16 +01:00
parent 9eca4f3e7b
commit 6728f32ffc
6 changed files with 14 additions and 11 deletions

View file

@ -0,0 +1,5 @@
{
flake.modules.nixos.pc.services.ollama.loadModels = [
"dimavz/whisper-tiny"
];
}