diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-24 18:48:56 +0100 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-24 18:48:56 +0100 |
| commit | 058d4c81e08fcaa8b0cbba9cf1e47157711d977e (patch) | |
| tree | 7d5a2acd77cb317badde04fa4d02440f6fafc741 | |
| parent | 1eaa7fa47e7d871c39dc406326fd888aa855ac57 (diff) | |
| download | nixos-058d4c81e08fcaa8b0cbba9cf1e47157711d977e.tar nixos-058d4c81e08fcaa8b0cbba9cf1e47157711d977e.tar.gz nixos-058d4c81e08fcaa8b0cbba9cf1e47157711d977e.tar.bz2 nixos-058d4c81e08fcaa8b0cbba9cf1e47157711d977e.tar.xz nixos-058d4c81e08fcaa8b0cbba9cf1e47157711d977e.zip | |
allow unauthenticated clients
| -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 |
