feat: open web ui

This commit is contained in:
s-prechtl 2025-11-04 20:50:16 +01:00
parent 9580b7dfaf
commit 4e2ac28cd4
2 changed files with 7 additions and 0 deletions

View file

@ -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
]; ];

View file

@ -0,0 +1,6 @@
{...} :
{
services.open-webui = {
enable = true;
};
}