vps1: remove mail domain from acme since there is a wildcard

This commit is contained in:
Lgmrszd 2024-05-16 01:46:55 +03:00
parent f21d76a859
commit 47554b5035
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE

View file

@ -1,7 +1,6 @@
{ pkgs, config, data, ... }:
let
inherit (data.host) rootDomain;
mailDomain = data.services.mailserver.domain;
gtnhDomain = "gtnh.${rootDomain}";
discDomain = "discourse.testdrive.${rootDomain}";
akkoDomain = "akko429164.testdrive.${rootDomain}";
@ -125,7 +124,6 @@ in
dnsProvider = "porkbun";
environmentFile = config.sops.secrets.porkbun.path;
extraDomainNames = [
mailDomain
"*.${rootDomain}"
"*.testdrive.${rootDomain}"
# gtnhDomain