Skip to content

Commit

Permalink
qemu: add ssh timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ifurther committed Jun 27, 2024
1 parent 7ba4251 commit 186e793
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ source "qemu" "qemu" {
[ "-device", "virtio-net,netdev=forward,id=net0"]
]
shutdown_command = "sudo shutdown -h now"
ssh_timeout = "15m"
ssh_port = 22
ssh_private_key_file = "./scripts/install_ed25519"
ssh_username = "nixos"
Expand Down

0 comments on commit 186e793

Please sign in to comment.