dns: setup dnssec (need to backup the required folders later)
Also it cleared out the spam of errors
This commit is contained in:
parent
c0f160faa3
commit
4052aeac6b
1 changed files with 9 additions and 4 deletions
|
@ -88,9 +88,9 @@ in {
|
|||
'';
|
||||
|
||||
# piles of no valid RRSIG resolving 'com/DS/IN' errors
|
||||
#extraOptions = ''
|
||||
# dnssec-validation auto;
|
||||
#'';
|
||||
extraOptions = ''
|
||||
dnssec-validation yes;
|
||||
'';
|
||||
|
||||
# set the upstream dns servers
|
||||
# overrides the default dns servers
|
||||
|
@ -126,7 +126,12 @@ in {
|
|||
*/
|
||||
|
||||
"skynet.ie" = {
|
||||
extraConfig = "allow-update { key rfc2136key.skynet.ie.; };";
|
||||
extraConfig = ''
|
||||
allow-update { key rfc2136key.skynet.ie.; };
|
||||
|
||||
dnssec-policy default;
|
||||
inline-signing yes;
|
||||
'';
|
||||
# really wish teh nixos config didnt use master/slave
|
||||
master = true;
|
||||
slaves = [ ];
|
||||
|
|
Loading…
Reference in a new issue