diff --git a/examples/flake.nix b/examples/flake.nix index 538b69c..628edf1 100644 --- a/examples/flake.nix +++ b/examples/flake.nix @@ -14,6 +14,7 @@ _module.args.nixinate = { host = "itchy.scratchy.com"; sshUser = "matthew"; + buildOn = "local"; # valid args are "local" or "remote" }; } # ... other configuration ...