parent
905cacc84f
commit
6168cd0f30
|
@ -20,6 +20,6 @@
|
||||||
|
|
||||||
security.acme = {
|
security.acme = {
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
defaults.email = "accounts@katherina.rocks"; # TODO: replace with more appropriate email
|
defaults.email = "auto@qenya.tel";
|
||||||
};
|
};
|
||||||
}
|
}
|
|
@ -10,12 +10,11 @@
|
||||||
zones = {
|
zones = {
|
||||||
"birdsong.internal" = {
|
"birdsong.internal" = {
|
||||||
master = true;
|
master = true;
|
||||||
# TODO: pick better email address for SOA record
|
|
||||||
file = pkgs.writeText "birdsong.internal.zone" ''
|
file = pkgs.writeText "birdsong.internal.zone" ''
|
||||||
$TTL 60
|
$TTL 60
|
||||||
$ORIGIN birdsong.internal.
|
$ORIGIN birdsong.internal.
|
||||||
|
|
||||||
birdsong.internal. IN SOA ns.birdsong.internal. accounts.katherina.rocks. ( 2024080401 7200 3600 1209600 3600 )
|
birdsong.internal. IN SOA ns.birdsong.internal. auto.qenya.tel. ( 2024122701 7200 3600 1209600 3600 )
|
||||||
birdsong.internal. IN NS ns.birdsong.internal.
|
birdsong.internal. IN NS ns.birdsong.internal.
|
||||||
|
|
||||||
yevaud.c.birdsong.internal. IN A 10.127.1.1
|
yevaud.c.birdsong.internal. IN A 10.127.1.1
|
||||||
|
|
Loading…
Reference in a new issue