inputs: { config, lib, ... }: { networking.networkmanager = { enable = true; dns = lib.mkIf config.services.dnscrypt-proxy2.enable "none"; }; }