From 9a89eda9db2671266cf5ed6d083f197c13dd6a3c Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sun, 7 Jul 2024 13:30:09 +0200 Subject: [PATCH] allow local build on yodaNas and yodaHedgehog --- hive.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hive.nix b/hive.nix index e701a81..e89ac39 100644 --- a/hive.nix +++ b/hive.nix @@ -101,6 +101,8 @@ in imports = [ ./hosts/${name}/configuration.nix ]; deployment = { + # Local deployment. + allowLocalDeployment = true; # SSH deployment. targetHost = "yodahedgehog.p1st.de"; targetPort = 2226; @@ -114,6 +116,8 @@ in imports = [ ./hosts/${name}/configuration.nix ]; deployment = { + # Local deployment. + allowLocalDeployment = true; # SSH deployment. # local IP: 192.168.178.190 targetHost = "yodanas.p1st.de";