Also be more patient with NixOS

This commit is contained in:
Greg Hellings
2024-06-29 21:32:18 -05:00
parent 297f3fc473
commit 5f84855e5e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ boot_command = [
"sudo bash /tmp/install.sh {{ .HTTPPort }} {{ .HTTPIP }}<enter>"
]
http_directory = "distros/nixos/23.05/http/"
boot_wait = "60s"
boot_wait = "90s"
EOF
rm -r "${tmp}"
+1 -1
View File
@@ -34,7 +34,7 @@ boot_command = [
"sudo bash /tmp/install.sh {{ .HTTPPort }} {{ .HTTPIP }}<enter>"
]
http_directory = "distros/nixos/23.11/http/"
boot_wait = "60s"
boot_wait = "90s"
EOF
rm -r "${tmp}"