Enable ollama and Open WebUI
This commit is contained in:
parent
73ce87f58e
commit
35e3ee3b5f
2 changed files with 11 additions and 0 deletions
|
@ -52,6 +52,7 @@ in
|
||||||
./modules/cron.nix
|
./modules/cron.nix
|
||||||
./modules/neomutt.nix
|
./modules/neomutt.nix
|
||||||
./modules/newsboat
|
./modules/newsboat
|
||||||
|
./modules/ollama.nix
|
||||||
./modules/wiki.nix
|
./modules/wiki.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
10
hosts/t480/modules/ollama.nix
Normal file
10
hosts/t480/modules/ollama.nix
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
services = {
|
||||||
|
ollama = {
|
||||||
|
enable = true;
|
||||||
|
acceleration = "rocm";
|
||||||
|
};
|
||||||
|
|
||||||
|
open-webui.enable = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue