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: terraform/nixos-rebuild/variables.tf
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,3 +25,9 @@ variable "ssh_private_key" {
25
25
description="Content of private key used to connect to the target_host. If set to - no key is passed to openssh and ssh will back to its own configuration"
26
26
default="-"
27
27
}
28
+
29
+
variable"ignore_systemd_errors" {
30
+
type=bool
31
+
description="Ignore systemd errors happening during deploy"
0 commit comments