Revert "treewide: move well-known from suwako-vie0 to suwako-vie1"

This reverts commit 51dd6459fe.
This commit is contained in:
Lu Wang 2025-01-01 19:05:29 +08:00
parent 46085e5d9c
commit 8106f088f5
Signed by: rebmit
SSH key fingerprint: SHA256:3px8QV1zEerIrEWHaqtH5rR9kjetyRST5EipOPrd+bU
3 changed files with 4 additions and 4 deletions

View file

@ -15,6 +15,7 @@
services.matrix.synapse services.matrix.synapse
services.miniflux services.miniflux
services.postgresql services.postgresql
services.well-known
]) ])
++ (mylib.path.scanPaths ./. "default.nix"); ++ (mylib.path.scanPaths ./. "default.nix");

View file

@ -13,7 +13,6 @@
services.mail.dovecot services.mail.dovecot
services.mail.postfix services.mail.postfix
services.mail.rspamd services.mail.rspamd
services.well-known
]) ])
++ (mylib.path.scanPaths ./. "default.nix"); ++ (mylib.path.scanPaths ./. "default.nix");

View file

@ -7,7 +7,7 @@
with dns.lib.combinators; with dns.lib.combinators;
let let
common = import ./common.nix; common = import ./common.nix;
inherit (common.hosts) suwako-vie1; inherit (common.hosts) suwako-vie0;
in in
dns.lib.toString "rebmit.moe" { dns.lib.toString "rebmit.moe" {
inherit (common) inherit (common)
@ -17,8 +17,8 @@ dns.lib.toString "rebmit.moe" {
DKIM DKIM
DMARC DMARC
; ;
A = suwako-vie1.endpoints_v4; A = suwako-vie0.endpoints_v4;
AAAA = suwako-vie1.endpoints_v6; AAAA = suwako-vie0.endpoints_v6;
HTTPS = [ HTTPS = [
{ {
alpn = [ alpn = [