feat(self/ollama): Mistral 7b setup with ollama
This commit is contained in:
parent
8634895181
commit
210816195b
5 changed files with 41 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
|||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
nix.settings = {
|
||||
download-buffer-size = 16777216;
|
||||
download-buffer-size = 1048576;
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
service = {
|
||||
selfhost = {
|
||||
htop = true;
|
||||
ollama = true;
|
||||
monitor = true;
|
||||
nextcloud = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue