feat(nix): add web-servers module and enable SSL certificates

This commit is contained in:
Mohammad Rafiq 2025-07-09 02:41:14 +08:00
parent c85db031dc
commit 9657329282
No known key found for this signature in database
2 changed files with 46 additions and 0 deletions

View file

@ -38,6 +38,9 @@
"slayment.com"
];
};
web-servers = {
enableSSL = true;
};
databases = {
mongodb.enable = true;
mysql.enable = true;