added buildOn to example

This commit is contained in:
nixinator 2022-01-31 19:56:47 +00:00
parent 8f960401c4
commit 2c37b83ad0

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