added buildOn to example #4

Merged
nixinator merged 1 commit from nixinator-add-buildOn into master 2022-01-31 20:11:50 +00:00
Showing only changes of commit 2c37b83ad0 - Show all commits

View file

@ -14,6 +14,7 @@
_module.args.nixinate = {
host = "itchy.scratchy.com";
sshUser = "matthew";
buildOn = "local"; # valid args are "local" or "remote"
};
}
# ... other configuration ...