Undo a change from a while ago idk I'll find something better later

This commit is contained in:
Jimbo 2025-01-20 15:59:09 -05:00
parent 2efcebbd9f
commit ac22bc1849
6 changed files with 12 additions and 21 deletions

View file

@ -5,7 +5,7 @@
./virtualhosts
];
config = lib.mkIf config.system.webserver.enable {
config = lib.mkIf (config.system.server.enable || config.system.mailserver.enable) {
services.nginx = {
enable = true;
recommendedTlsSettings = true;