Whoops typo
This commit is contained in:
parent
279c5c55eb
commit
f1b4d6ea24
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
user = n.sshUser or "root";
|
||||
host = n.host or "";
|
||||
sshConfigHost = n.sshConfigHost or "";
|
||||
userHost = if sshConfigHost != "" then sshConfigHost else if host != "" then "${user}@${host}" else abort "_module.args.nixinate.host or _module.args.nixinate.sshUserHost must be set";
|
||||
userHost = if sshConfigHost != "" then sshConfigHost else if host != "" then "${user}@${host}" else abort "_module.args.nixinate.host or _module.args.nixinate.sshConfigHost must be set";
|
||||
where = n.buildOn or "remote";
|
||||
remote = if where == "remote" then true else if where == "local" then false else abort "_module.args.nixinate.buildOn is not set to a valid value of 'local' or 'remote'";
|
||||
substituteOnTarget = n.substituteOnTarget or false;
|
||||
|
|
Loading…
Add table
Reference in a new issue