feat(nixosModules/databases): add mysql

This commit is contained in:
Mohammad Rafiq 2025-06-03 20:59:23 +08:00
parent b6da0aa2f1
commit e3e8f88460
No known key found for this signature in database
3 changed files with 44 additions and 11 deletions

View file

@ -25,6 +25,7 @@
enableDDNS = true;
mountHelios = true;
databases.mongodb.enable = true;
databases.mysql.enable = true;
librechat.enable = true;
};