Undo a change from a while ago idk I'll find something better later
This commit is contained in:
parent
2efcebbd9f
commit
ac22bc1849
6 changed files with 12 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue