noratrieb.dev work

This commit is contained in:
nora 2024-08-02 17:36:55 +02:00
parent e2a0659d8b
commit a7aea77480
8 changed files with 26 additions and 113 deletions

View file

@ -14,7 +14,8 @@ let
};
in
with hostsToDns;
{
# point nilstrieb.dev to vps1
vps1 // {
SOA = {
nameServer = "ns1.nilstrieb.dev";
adminEmail = "void@noratrieb.dev";
@ -31,21 +32,6 @@ let
"ns2.nilstrieb.dev"
];
A = map (ttl hour1) [
# GH Pages
(a "185.199.108.153")
(a "185.199.109.153")
(a "185.199.110.153")
(a "185.199.111.153")
];
AAAA = map (ttl hour1) [
# GH Pages
(aaaa "2606:50c0:8002:0:0:0:0:153")
(aaaa "2606:50c0:8003:0:0:0:0:153")
(aaaa "2606:50c0:8000:0:0:0:0:153")
(aaaa "2606:50c0:8001:0:0:0:0:153")
];
MX = with mx; [
(mx 10 "mail.protonmail.ch")
(mx 20 "mailsec.protonmail.ch")
@ -56,7 +42,7 @@ let
ns2 = dns2;
www = vps2;
blog.CNAME = map (ttl hour1) [ (cname "nilstrieb.github.io") ];
blog = vps1;
# apps
bisect-rustc = vps2;

View file

@ -28,6 +28,8 @@ let
ns1 = dns1;
ns2 = dns2;
blog.CNAME = map (ttl hour1) [ (cname "noratrieb.github.io") ];
www.CNAME = [ (cname "noratrieb.dev") ];
pronouns.TXT = [
"she/her"