# File lib/vagrant-lxc/action/private_networks.rb, line 18
        def private_network_configured?(config)
          config.vm.networks.find do |type, _|
            type.to_sym == :private_network
          end
        end