Added chatbot-ui container
This commit is contained in:
parent
29dbfbfc22
commit
3c36c4a481
6 changed files with 31 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue