This commit is contained in:
nora 2024-07-28 12:46:10 +02:00
parent 9c55432be1
commit 8c6441a941
4 changed files with 22 additions and 6 deletions

View file

@ -11,6 +11,7 @@ let
dns2 = normalHost "128.140.3.7" "2a01:4f8:c2c:d616::";
vps1 = normalHost "161.97.165.1" null;
vps3 = normalHost "134.255.181.139" null;
in
# vps1 contains root noratrieb.dev
vps1 // {
@ -39,6 +40,7 @@ let
inherit dns1;
inherit dns2;
inherit vps1;
inherit vps3;
};
};
};