added buildOn to example #4

Merged
nixinator merged 1 commit from nixinator-add-buildOn into master 2022-01-31 20:11:50 +00:00

View file

@ -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 ...