ark/profiles/network/dns/default.nix
2021-05-24 22:39:44 +03:00

6 lines
85 B
Nix

{
imports = [ ./nextdns.nix ];
networking.resolvconf.useLocalResolver = true;
}