add ollama
This commit is contained in:
parent
5aaa1fb417
commit
0d5229036a
|
@ -1,5 +1 @@
|
|||
{ channels, ... }:
|
||||
final: prev:
|
||||
{
|
||||
inherit (channels.unstable) jetbrains-toolbox;
|
||||
}
|
||||
{ channels, ... }: final: prev: { inherit (channels.unstable) jetbrains-toolbox ollama; }
|
||||
|
|
|
@ -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…
Reference in a new issue