allow local build on yodaNas and yodaHedgehog

This commit is contained in:
Daniel Langbein 2024-07-07 13:30:09 +02:00
parent 487052c5eb
commit 9a89eda9db

View File

@ -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";