summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-11-10 21:56:10 +0100
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-11-10 21:56:10 +0100
commit45ffae4cc5d4d8625553db90a392e344b63ee14c (patch)
tree490d13ee142af625f404813abf0753f2b41d2ca6
parent8474115381eb1c3064beb3147268cc4e45c9c94a (diff)
downloadnixos-45ffae4cc5d4d8625553db90a392e344b63ee14c.tar
nixos-45ffae4cc5d4d8625553db90a392e344b63ee14c.tar.gz
nixos-45ffae4cc5d4d8625553db90a392e344b63ee14c.tar.bz2
nixos-45ffae4cc5d4d8625553db90a392e344b63ee14c.tar.xz
nixos-45ffae4cc5d4d8625553db90a392e344b63ee14c.zip
remote control nsd
-rw-r--r--ymir.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index cd84d95e..3247512e 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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"