feat: I think i got external/non-nixos domains working pretty solidly
This commit is contained in:
parent
a000bcc66d
commit
8e355bab9a
2 changed files with 29 additions and 15 deletions
|
@ -42,10 +42,17 @@
|
|||
}
|
||||
];
|
||||
|
||||
|
||||
# some space to avoid conflicts
|
||||
"conradcollins.net" = [];
|
||||
"edelharty.net" = [];
|
||||
|
||||
"outinul.ie" = [
|
||||
{
|
||||
record = "@";
|
||||
r_type = "CNAME";
|
||||
value = "users.skynet.ie.";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue