ark/modules/network/dns/nextdns.nix

8 lines
138 B
Nix
Raw Permalink Normal View History

2022-09-29 16:47:33 +03:00
{
networking.resolvconf.useLocalResolver = true;
2020-11-21 23:54:07 +03:00
services.nextdns = {
enable = true;
2022-02-18 20:31:01 +03:00
arguments = ["-config" "75e43d"];
2020-11-21 23:54:07 +03:00
};
}