You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy_nixos/main.tf
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,12 @@ variable "extra_build_args" {
69
69
default=[]
70
70
}
71
71
72
+
variable"closure_copy_concurrency" {
73
+
type=number
74
+
description="Concurrency to apply when copying derivations to the target_host"
75
+
default=1
76
+
}
77
+
72
78
variable"build_on_target" {
73
79
type=string
74
80
description="Avoid building on the deployer. Must be true or false. Has no effect when deploying from an incompatible system. Unlike remote builders, this does not require the deploying user to be trusted by its host."
0 commit comments