diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-24 23:28:59 +0100 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-24 23:28:59 +0100 |
commit | 33b2535ec5a522d7a2c86a36b7f7cc7ac5fe5a51 (patch) | |
tree | 446d100180ebe19a2924ac4c1cc9df1bfb8ff181 | |
parent | f55aab3fdf7e00ad3674ce5452dfbcde05977ada (diff) | |
download | nixos-33b2535ec5a522d7a2c86a36b7f7cc7ac5fe5a51.tar nixos-33b2535ec5a522d7a2c86a36b7f7cc7ac5fe5a51.tar.gz nixos-33b2535ec5a522d7a2c86a36b7f7cc7ac5fe5a51.tar.bz2 nixos-33b2535ec5a522d7a2c86a36b7f7cc7ac5fe5a51.tar.xz nixos-33b2535ec5a522d7a2c86a36b7f7cc7ac5fe5a51.zip |
Revert "Revert "Revert "Revert "allow unauthenticated clients""""
This reverts commit f55aab3fdf7e00ad3674ce5452dfbcde05977ada.
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -706,7 +706,7 @@ in rec { | |||
706 | [certificate-auth] | 706 | [certificate-auth] |
707 | ca-list=/var/lib/infinoted/ca.cert.pem | 707 | ca-list=/var/lib/infinoted/ca.cert.pem |
708 | ca-key=/var/lib/infinoted/ca.key.pem | 708 | ca-key=/var/lib/infinoted/ca.key.pem |
709 | accept-unauthenticated-clients=false | 709 | accept-unauthenticated-clients=true |
710 | 710 | ||
711 | [autosave] | 711 | [autosave] |
712 | interval=5 | 712 | interval=5 |