mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2024-11-21 18:57:58 +01:00
vps1: remove mail domain from acme since there is a wildcard
This commit is contained in:
parent
f21d76a859
commit
47554b5035
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue