This commit is contained in:
nora 2026-05-31 13:22:40 +02:00
parent 8479644fc4
commit 70d8a0e941
53 changed files with 273 additions and 168 deletions

View file

@ -29,14 +29,11 @@ let
];
NS = [
"ns1.nilstrieb.dev."
"ns2.nilstrieb.dev."
"ns.nilstrieb.dev."
];
subdomains = {
ns = dns1;
ns1 = dns1;
ns2 = dns2;
localhost.A = [ (a "127.0.0.1") ];