From c731b57fd38c28be1fc0c7b283e8fad225f9dce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 20 Jul 2023 19:30:39 +0200 Subject: [PATCH] feat: build thinkpad locally --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6589ab2..1c2373b 100644 --- a/flake.nix +++ b/flake.nix @@ -204,7 +204,7 @@ _module.args.nixinate = { host = "manakish"; sshUser = "root"; - buildOn = "remote"; + buildOn = "local"; substituteOnTarget = true; hermetic = false; };