From 2c37b83ad09269a3dab963f8622db065bb0e1090 Mon Sep 17 00:00:00 2001 From: nixinator <33lockdown33@protonmail.com> Date: Mon, 31 Jan 2022 19:56:47 +0000 Subject: [PATCH] added buildOn to example --- examples/flake.nix | 1 + 1 file changed, 1 insertion(+) 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 ...