Compare commits
1 commit
308eff1409
...
6a1feb2612
Author | SHA1 | Date | |
---|---|---|---|
6a1feb2612 |
1 changed files with 6 additions and 8 deletions
|
@ -35,14 +35,12 @@
|
|||
dynamicZonesDir = "${bindData}/zones";
|
||||
in
|
||||
{
|
||||
bind = {
|
||||
zones.${testDomain} = {
|
||||
master = true;
|
||||
file = "${dynamicZonesDir}/${testDomain}";
|
||||
extraConfig = ''
|
||||
allow-update { key rndc-key; };
|
||||
'';
|
||||
};
|
||||
services.bind.zones.${testDomain} = {
|
||||
master = true;
|
||||
file = "${dynamicZonesDir}/${testDomain}";
|
||||
extraConfig = ''
|
||||
allow-update { key rndc-key; };
|
||||
'';
|
||||
};
|
||||
|
||||
systemd.services.bind.preStart = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue