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