diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-10 21:01:38 +0100 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-10 21:01:38 +0100 |
commit | ece411483a128bbdcd3bccf8470ffa78a07dcafb (patch) | |
tree | 10b7586f074495628455c6bb07d09c3db93b6db7 | |
parent | b70aae2942f7f3b528cc06c2e63ae33d7f525b60 (diff) | |
download | nixos-ece411483a128bbdcd3bccf8470ffa78a07dcafb.tar nixos-ece411483a128bbdcd3bccf8470ffa78a07dcafb.tar.gz nixos-ece411483a128bbdcd3bccf8470ffa78a07dcafb.tar.bz2 nixos-ece411483a128bbdcd3bccf8470ffa78a07dcafb.tar.xz nixos-ece411483a128bbdcd3bccf8470ffa78a07dcafb.zip |
operational info needs not be detailed
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -663,7 +663,7 @@ in rec { | |||
663 | allowedAccess = ["127.0.0.0/8" "::ffff:127.0.0.0/104" "::1/128" "10.141.0.0/16"]; | 663 | allowedAccess = ["127.0.0.0/8" "::ffff:127.0.0.0/104" "::1/128" "10.141.0.0/16"]; |
664 | interfaces = ["127.0.0.1@5353" "::1@5353" "10.141.5.1@5353"]; | 664 | interfaces = ["127.0.0.1@5353" "::1@5353" "10.141.5.1@5353"]; |
665 | extraConfig = '' | 665 | extraConfig = '' |
666 | verbosity: 2 | 666 | verbosity: 1 |
667 | 667 | ||
668 | private-domain: "yggdrasil" | 668 | private-domain: "yggdrasil" |
669 | 669 | ||