Add initial legacy configuration
This commit is contained in:
parent
febfe1d970
commit
db07652d99
64 changed files with 3287 additions and 13 deletions
10
nixos-modules/desktop/llm.nix
Normal file
10
nixos-modules/desktop/llm.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ ... }:
|
||||
{
|
||||
|
||||
services.ollama.enable = true;
|
||||
|
||||
services.nextjs-ollama-llm-ui = {
|
||||
enable = true;
|
||||
port = 7001;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue