nix-conf/packages/opennic-dns-root-data/geek.nix

16 lines
182 B
Nix
Raw Normal View History

2023-03-06 21:50:31 +01:00
{ lib }:
2023-03-06 21:46:14 +01:00
2023-03-06 21:50:31 +01:00
with lib.combinators;
2023-03-06 21:46:14 +01:00
{
SOA = {
nameServer = "ns2";
adminEmail = "shdwdrgn@sourpuss.net";
serial = 2019030800;
};
NS = [
"ns2.opennic.glue."
];
}