fix(dns): apex cnames are not allowed

change flowery.systems from CNAME to ALIAS pointing to news.forkos.org
This commit is contained in:
Maxine Aubrey 2024-09-24 20:49:09 +02:00
parent d780f18534
commit 16027be2ca
Signed by: amaxine
GPG key ID: F6FE033DFCB899F7

View file

@ -82,7 +82,7 @@ in
zones = domains: lib.zipAttrs (lib.mapAttrsToList (zoneName: records: domain zoneName records) domains);
in zones {
"flowery.systems" = [
(record "" 300 "CNAME" "news.forkos.org")
(record "" 300 "ALIAS" "news.forkos.org")
];
"vzfdfp.de" = [
];