lol

nixos/firefox-syncserver: fix and update the docs and options descriptions

+6 -4
+1 -1
nixos/modules/services/networking/firefox-syncserver.md
··· 45 45 accessed. The `url` can be configured automatically when using nginx. 46 46 47 47 Options that affect the surroundings of the sync server are `enableNginx`, 48 - `enableTLS` and `hostnam`. If `enableNginx` is set the sync server module will 48 + `enableTLS` and `hostname`. If `enableNginx` is set the sync server module will 49 49 automatically add an nginx virtual host to the system using `hostname` as the 50 50 domain and set `url` accordingly. If `enableTLS` is set the module will also 51 51 enable ACME certificates on the new virtual host and force all connections to
+5 -3
nixos/modules/services/networking/firefox-syncserver.nix
··· 224 224 Settings for the sync server. These take priority over values computed 225 225 from NixOS options. 226 226 227 - See the doc comments on the `Settings` structs in 228 - <https://github.com/mozilla-services/syncstorage-rs/blob/master/syncstorage/src/settings.rs> 227 + See the example config in 228 + <https://github.com/mozilla-services/syncstorage-rs/blob/master/config/local.example.toml> 229 + and the doc comments on the `Settings` structs in 230 + <https://github.com/mozilla-services/syncstorage-rs/blob/master/syncstorage-settings/src/lib.rs> 229 231 and 230 - <https://github.com/mozilla-services/syncstorage-rs/blob/master/syncstorage/src/tokenserver/settings.rs> 232 + <https://github.com/mozilla-services/syncstorage-rs/blob/master/tokenserver-settings/src/lib.rs> 231 233 for available options. 232 234 ''; 233 235 };