1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Remove redundant nginx config

This commit is contained in:
RGBCube 2024-01-11 18:45:11 +03:00
parent 0fec894f86
commit ae98a47af2
No known key found for this signature in database

View file

@ -1,8 +1,6 @@
{ config, ulib, ... }: with ulib;
serverSystemConfiguration {
services.nginx.virtualHosts.${config.mailserver.fqdn}.useACMEHost = config.networking.domain;
mailserver = enabled {
domains = [ config.networking.domain ];
fqdn = "mail.${config.networking.domain}";