Revert "treewide: move well-known from suwako-vie0 to suwako-vie1"
This reverts commit 51dd6459fe
.
This commit is contained in:
parent
46085e5d9c
commit
8106f088f5
|
@ -15,6 +15,7 @@
|
|||
services.matrix.synapse
|
||||
services.miniflux
|
||||
services.postgresql
|
||||
services.well-known
|
||||
])
|
||||
++ (mylib.path.scanPaths ./. "default.nix");
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
services.mail.dovecot
|
||||
services.mail.postfix
|
||||
services.mail.rspamd
|
||||
services.well-known
|
||||
])
|
||||
++ (mylib.path.scanPaths ./. "default.nix");
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
with dns.lib.combinators;
|
||||
let
|
||||
common = import ./common.nix;
|
||||
inherit (common.hosts) suwako-vie1;
|
||||
inherit (common.hosts) suwako-vie0;
|
||||
in
|
||||
dns.lib.toString "rebmit.moe" {
|
||||
inherit (common)
|
||||
|
@ -17,8 +17,8 @@ dns.lib.toString "rebmit.moe" {
|
|||
DKIM
|
||||
DMARC
|
||||
;
|
||||
A = suwako-vie1.endpoints_v4;
|
||||
AAAA = suwako-vie1.endpoints_v6;
|
||||
A = suwako-vie0.endpoints_v4;
|
||||
AAAA = suwako-vie0.endpoints_v6;
|
||||
HTTPS = [
|
||||
{
|
||||
alpn = [
|
||||
|
|
Loading…
Reference in a new issue