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