diff options
-rw-r--r-- | vagrant/Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile index 4fea384..3f26ef2 100644 --- a/vagrant/Vagrantfile +++ b/vagrant/Vagrantfile @@ -43,6 +43,6 @@ Vagrant.configure("2") do |config| VM_MEMORY_FOR_DISK_BUILDS cpus = ENV['TAILS_BUILD_CPUS'] domain.cpus = cpus unless cpus.nil? - domain.storage :file, :size => '15G', :allow_existing => true, :cache => 'none', :path => '/var/lib/libvirt/images/apt-cacher-ng.qcow2' + domain.storage :file, :size => '15G', :allow_existing => true, :cache => 'none', :path => 'apt-cacher-ng-data.qcow2' end end |