ark/profiles/network/dns/default.nix
2022-02-18 20:31:01 +03:00

5 lines
82 B
Nix

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