Moving Debian back to active

This commit is contained in:
Greg Hellings
2023-08-10 21:27:25 -05:00
parent 82d93ccb67
commit e115ebf7d8
13 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ Vagrant.configure('2') do |c|
c.vm.provider :libvirt do |v, override|
v.driver = 'kvm'
v.connect_via_ssh = false
v.username = 'root'
#v.username = 'root'
v.memory = 2048
end
c.vm.provider :virtualbox do |v|