add ollama
This commit is contained in:
parent
5aaa1fb417
commit
0d5229036a
2 changed files with 7 additions and 5 deletions
|
@ -23,6 +23,7 @@ with lib.metacfg;
|
|||
kubectx
|
||||
k9s
|
||||
attic-client
|
||||
ollama
|
||||
];
|
||||
|
||||
services.resolved.enable = true;
|
||||
|
@ -54,5 +55,10 @@ with lib.metacfg;
|
|||
{ domain = "*"; item = "memlock"; type = "-"; value = "32768"; }
|
||||
];
|
||||
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
acceleration = "rocm";
|
||||
};
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue