forked from M-Labs/it-infra
nixbld: persist DNSSEC private key
https://github.com/NixOS/nixpkgs/issues/204391
This commit is contained in:
parent
70a7ce5d30
commit
15d99bc68b
|
@ -180,6 +180,7 @@ in
|
|||
forwarders = [];
|
||||
extraOptions = "listen-on-v6 port 5354 { ::1; };";
|
||||
cacheNetworks = [ "::1/128" ];
|
||||
directory = "/etc/nixos/named";
|
||||
zones = {
|
||||
"m-labs.hk" = {
|
||||
name = "m-labs.hk";
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$TTL 7200
|
||||
|
||||
@ SOA 42-200-147-171.static.imsbiz.com. sb.m-labs.hk. (
|
||||
2022110301
|
||||
2022120602
|
||||
7200
|
||||
3600
|
||||
86400
|
||||
|
|
Loading…
Reference in New Issue