Skip to content

Commit ba0d3f3

Browse files
authored
remove temp fix virtualbox setting
1 parent a485d35 commit ba0d3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos.pkr.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ source "virtualbox-iso" "virtualbox" {
149149
shutdown_command = "sudo shutdown -h now"
150150
ssh_port = 22
151151
ssh_username = "nixos"
152-
vboxmanage = [["modifyvm", "{{ .Name }}", "--memory", var.memory, "--vram", "128", "--clipboard", "bidirectional", "--nat-localhostreachable1", "on"]]
152+
vboxmanage = [["modifyvm", "{{ .Name }}", "--memory", var.memory, "--vram", "128", "--clipboard", "bidirectional"]]
153153
}
154154

155155
source "vmware-iso" "vmware" {

0 commit comments

Comments
 (0)