mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2024-11-22 03:07:56 +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, ... }:
|
{ pkgs, config, data, ... }:
|
||||||
let
|
let
|
||||||
inherit (data.host) rootDomain;
|
inherit (data.host) rootDomain;
|
||||||
mailDomain = data.services.mailserver.domain;
|
|
||||||
gtnhDomain = "gtnh.${rootDomain}";
|
gtnhDomain = "gtnh.${rootDomain}";
|
||||||
discDomain = "discourse.testdrive.${rootDomain}";
|
discDomain = "discourse.testdrive.${rootDomain}";
|
||||||
akkoDomain = "akko429164.testdrive.${rootDomain}";
|
akkoDomain = "akko429164.testdrive.${rootDomain}";
|
||||||
|
@ -125,7 +124,6 @@ in
|
||||||
dnsProvider = "porkbun";
|
dnsProvider = "porkbun";
|
||||||
environmentFile = config.sops.secrets.porkbun.path;
|
environmentFile = config.sops.secrets.porkbun.path;
|
||||||
extraDomainNames = [
|
extraDomainNames = [
|
||||||
mailDomain
|
|
||||||
"*.${rootDomain}"
|
"*.${rootDomain}"
|
||||||
"*.testdrive.${rootDomain}"
|
"*.testdrive.${rootDomain}"
|
||||||
# gtnhDomain
|
# gtnhDomain
|
||||||
|
|
Loading…
Reference in a new issue