From 47554b50354d90b74411d3e857850c3521dd3b37 Mon Sep 17 00:00:00 2001 From: Lgmrszd Date: Thu, 16 May 2024 01:46:55 +0300 Subject: [PATCH] vps1: remove mail domain from acme since there is a wildcard --- hosts/vps1/configuration.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/vps1/configuration.nix b/hosts/vps1/configuration.nix index b515b50..3d01af4 100644 --- a/hosts/vps1/configuration.nix +++ b/hosts/vps1/configuration.nix @@ -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