ark/modules/network/dns/stubby/default.nix

6 lines
108 B
Nix
Raw Normal View History

2020-11-21 23:54:07 +03:00
{
2022-02-18 20:31:01 +03:00
imports = [./nextdns.nix];
2020-11-21 23:54:07 +03:00
networking.networkmanager.dns = "none";
services.stubby.enable = true;
}