Merge pull request #4 from nixinator/nixinator-add-buildOn

added buildOn to example
This commit is contained in:
MatthewCroughan 2022-01-31 20:11:49 +00:00 committed by GitHub
commit 32953fe5f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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