+7
nixos/doc/manual/release-notes/rl-2103.xml
+7
nixos/doc/manual/release-notes/rl-2103.xml
···+The <literal>services.dnscrypt-proxy2</literal> module now takes the upstream's example configuration and updates it with the user's settings.+An option has been added to restore the old behaviour if you prefer to declare the configuration from scratch.See the <link xlink:href="https://www.redhat.com/sysadmin/fedora-31-control-group-v2">Fedora Article for 31</link>
+17
-1
nixos/modules/services/networking/dnscrypt-proxy2.nix
+17
-1
nixos/modules/services/networking/dnscrypt-proxy2.nix
···+Whether to base the config declared in <literal>services.dnscrypt-proxy2.settings</literal> on the upstream example config (<link xlink:href="https://github.com/DNSCrypt/dnscrypt-proxy/blob/master/dnscrypt-proxy/example-dnscrypt-proxy.toml"/>)Path to TOML config file. See: <link xlink:href="https://github.com/DNSCrypt/dnscrypt-proxy/blob/master/dnscrypt-proxy/example-dnscrypt-proxy.toml"/>···+${pkgs.remarshal}/bin/toml2json ${pkgs.dnscrypt-proxy2.src}/dnscrypt-proxy/example-dnscrypt-proxy.toml > example.json