Skip to content

Commit

Permalink
remove temp fix virtualbox setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ifurther authored Jan 13, 2024
1 parent a485d35 commit ba0d3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ source "virtualbox-iso" "virtualbox" {
shutdown_command = "sudo shutdown -h now"
ssh_port = 22
ssh_username = "nixos"
vboxmanage = [["modifyvm", "{{ .Name }}", "--memory", var.memory, "--vram", "128", "--clipboard", "bidirectional", "--nat-localhostreachable1", "on"]]
vboxmanage = [["modifyvm", "{{ .Name }}", "--memory", var.memory, "--vram", "128", "--clipboard", "bidirectional"]]
}

source "vmware-iso" "vmware" {
Expand Down

0 comments on commit ba0d3f3

Please sign in to comment.