7 lines
111 B
Nix
7 lines
111 B
Nix
|
{
|
||
|
imports = [ ./nextdns.nix ];
|
||
|
|
||
|
networking.networkmanager.dns = "none";
|
||
|
services.stubby.enable = true;
|
||
|
}
|