NextDNS: Difference between revisions

Klinger (talk | contribs)
m typo
Klinger (talk | contribs)
m added „code“ for install of nextdns package (to make it visible on the first glance)
Line 3: Line 3:
= Installation and configuration =
= Installation and configuration =
It is necessary to install the nextdns package in addition to enabling the service. Otherwise it is not possible to (de-)activate it.
It is necessary to install the nextdns package in addition to enabling the service. Otherwise it is not possible to (de-)activate it.
<syntaxhighlight lang="nixos">
environment.systemPackages = with pkgs; [ nextdns ];
</syntaxhighlight>


To install NextDNS its necessary to enable the service and supply the link to the subdomain of the configuration (abcdef will use abcdef.dns.nextdns.io). The cache-size is optional. Default for cache-size is not using a cache at all.
To install NextDNS it is also necessary to enable the service and supply the link to the subdomain of the configuration (abcdef will use abcdef.dns.nextdns.io). The cache-size is optional. Default for cache-size is not using a cache at all.
<syntaxhighlight lang="nixos">
<syntaxhighlight lang="nixos">
services.nextdns = {
services.nextdns = {