Skip to content

Instantly share code, notes, and snippets.

/-

Created August 1, 2017 10:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/166ef50d142579c7b0d53f91c686a68d to your computer and use it in GitHub Desktop.
Save anonymous/166ef50d142579c7b0d53f91c686a68d to your computer and use it in GitHub Desktop.
diff --git a/Vagrantfile b/Vagrantfile
index fd3f2a9..4b764b3 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -43,6 +43,7 @@ Vagrant.configure("2") do |config|
config.vm.provider "virtualbox" do |vb|
# Use linked clones to preserve disk space.
vb.linked_clone = true if Vagrant::VERSION =~ /^1.8/
+ vb.customize [ "guestproperty", "set", :id, "/VirtualBox/GuestAdd/VBoxService/--timesync-set-threshold", 1000 ]
end
# We <3 Ubuntu LTS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment