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