feat: open web ui
This commit is contained in:
parent
9580b7dfaf
commit
4e2ac28cd4
2 changed files with 7 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ in {
|
||||||
./teamspeak.nix
|
./teamspeak.nix
|
||||||
./matrix.nix
|
./matrix.nix
|
||||||
./mail.nix
|
./mail.nix
|
||||||
|
./llm.nix
|
||||||
inputs.mms.module
|
inputs.mms.module
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
6
hosts/hitsugibune/llm.nix
Normal file
6
hosts/hitsugibune/llm.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{...} :
|
||||||
|
{
|
||||||
|
services.open-webui = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue