feat(nix): add web-servers module and enable SSL certificates
This commit is contained in:
parent
c85db031dc
commit
9657329282
2 changed files with 46 additions and 0 deletions
|
@ -38,6 +38,9 @@
|
|||
"slayment.com"
|
||||
];
|
||||
};
|
||||
web-servers = {
|
||||
enableSSL = true;
|
||||
};
|
||||
databases = {
|
||||
mongodb.enable = true;
|
||||
mysql.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue