diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-10 21:56:10 +0100 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-10 21:56:10 +0100 |
| commit | 45ffae4cc5d4d8625553db90a392e344b63ee14c (patch) | |
| tree | 490d13ee142af625f404813abf0753f2b41d2ca6 | |
| parent | 8474115381eb1c3064beb3147268cc4e45c9c94a (diff) | |
| download | nixos-45ffae4cc5d4d8625553db90a392e344b63ee14c.tar nixos-45ffae4cc5d4d8625553db90a392e344b63ee14c.tar.gz nixos-45ffae4cc5d4d8625553db90a392e344b63ee14c.tar.bz2 nixos-45ffae4cc5d4d8625553db90a392e344b63ee14c.tar.xz nixos-45ffae4cc5d4d8625553db90a392e344b63ee14c.zip | |
remote control nsd
| -rw-r--r-- | ymir.nix | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -652,6 +652,9 @@ in rec { | |||
| 652 | verbosity = 3; | 652 | verbosity = 3; |
| 653 | interfaces = [ "10.142.0.3" "188.68.51.254" "2a03:4000:6:d004::" ]; | 653 | interfaces = [ "10.142.0.3" "188.68.51.254" "2a03:4000:6:d004::" ]; |
| 654 | ipTransparent = true; | 654 | ipTransparent = true; |
| 655 | remoteControl = { | ||
| 656 | enable = true; | ||
| 657 | }; | ||
| 655 | zones = { | 658 | zones = { |
| 656 | "inwx" = { | 659 | "inwx" = { |
| 657 | notify = [ "217.70.142.96 NOKEY" | 660 | notify = [ "217.70.142.96 NOKEY" |
