Skip to content

Instantly share code, notes, and snippets.

@wataru420
Created November 1, 2013 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wataru420/7265576 to your computer and use it in GitHub Desktop.
Save wataru420/7265576 to your computer and use it in GitHub Desktop.
Vagrantでホストマシーンとクライアントマシーンの時間を同期させない方法 ref: http://qiita.com/wataru420/items/6441b69ec5fb90743fd1
config.vm.provider :virtualbox do |vb|
vb.customize ["setextradata", :id, "VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled", 1]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment