Initial commit
This commit is contained in:
11
services/ns/master-authorative.nix
Normal file
11
services/ns/master-authorative.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ ... }: {
|
||||
services.nsd = {
|
||||
enable = true;
|
||||
port = 8053;
|
||||
|
||||
"test.2rjus.net." = {
|
||||
provideXFR = [ "10.69.0.0/16 NOKEY" ];
|
||||
};
|
||||
data = builtins.readFile ./zones-test-2rjus-net.conf;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user