feat(nixosModules/databases): add mysql
This commit is contained in:
parent
b6da0aa2f1
commit
e3e8f88460
3 changed files with 44 additions and 11 deletions
|
@ -25,6 +25,7 @@
|
|||
enableDDNS = true;
|
||||
mountHelios = true;
|
||||
databases.mongodb.enable = true;
|
||||
databases.mysql.enable = true;
|
||||
librechat.enable = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue