ran nix fmt .

This commit is contained in:
2025-02-08 17:38:15 -05:00
parent c12bd0c7ca
commit 300aa1f032
35 changed files with 215 additions and 134 deletions

View File

@@ -2,7 +2,7 @@
services = {
ollama = {
enable = true;
loadModels = [
loadModels = [
"codellama:7b"
"deepseek-r1:1.5b"
"deepseek-r1:7b"
@@ -19,6 +19,6 @@
enable = true;
openFirewall = true;
host = "192.168.90.25";
};
};
}
};
};
}