From 5876839e4d8031431372b30521e5a4fd25e9d466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 31 Jul 2023 22:25:57 +0200 Subject: [PATCH] chore: build makanek locally --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ca0cc40..7fa4728 100644 --- a/flake.nix +++ b/flake.nix @@ -194,7 +194,7 @@ _module.args.nixinate = { host = "makanek"; sshUser = "root"; - buildOn = "remote"; + buildOn = "local"; substituteOnTarget = true; hermetic = false; };