add ollama
This commit is contained in:
parent
5aaa1fb417
commit
0d5229036a
|
@ -1,5 +1 @@
|
||||||
{ channels, ... }:
|
{ channels, ... }: final: prev: { inherit (channels.unstable) jetbrains-toolbox ollama; }
|
||||||
final: prev:
|
|
||||||
{
|
|
||||||
inherit (channels.unstable) jetbrains-toolbox;
|
|
||||||
}
|
|
||||||
|
|
|
@ -23,6 +23,7 @@ with lib.metacfg;
|
||||||
kubectx
|
kubectx
|
||||||
k9s
|
k9s
|
||||||
attic-client
|
attic-client
|
||||||
|
ollama
|
||||||
];
|
];
|
||||||
|
|
||||||
services.resolved.enable = true;
|
services.resolved.enable = true;
|
||||||
|
@ -54,5 +55,10 @@ with lib.metacfg;
|
||||||
{ domain = "*"; item = "memlock"; type = "-"; value = "32768"; }
|
{ domain = "*"; item = "memlock"; type = "-"; value = "32768"; }
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.ollama = {
|
||||||
|
enable = true;
|
||||||
|
acceleration = "rocm";
|
||||||
|
};
|
||||||
|
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue