Added chatbot-ui container

This commit is contained in:
rotterdam 2023-06-01 18:30:40 -03:00
parent 29dbfbfc22
commit 3c36c4a481
6 changed files with 31 additions and 0 deletions

View file

@ -8,6 +8,7 @@ let
in {
services = {
printing.enable = true;
flatpak.enable = true;
pipewire = {
enable = true;
alsa.enable = true;
@ -38,4 +39,8 @@ in {
};
};
};
xdg.portal = {
enable = true;
xdgOpenUsePortal = true;
};
}