added buildOn to example
This commit is contained in:
parent
8f960401c4
commit
2c37b83ad0
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
_module.args.nixinate = {
|
_module.args.nixinate = {
|
||||||
host = "itchy.scratchy.com";
|
host = "itchy.scratchy.com";
|
||||||
sshUser = "matthew";
|
sshUser = "matthew";
|
||||||
|
buildOn = "local"; # valid args are "local" or "remote"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
# ... other configuration ...
|
# ... other configuration ...
|
||||||
|
|
Loading…
Add table
Reference in a new issue