mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-24 22:29:33 +01:00
allow local build on yodaNas and yodaHedgehog
This commit is contained in:
parent
487052c5eb
commit
9a89eda9db
4
hive.nix
4
hive.nix
@ -101,6 +101,8 @@ in
|
|||||||
imports = [ ./hosts/${name}/configuration.nix ];
|
imports = [ ./hosts/${name}/configuration.nix ];
|
||||||
|
|
||||||
deployment = {
|
deployment = {
|
||||||
|
# Local deployment.
|
||||||
|
allowLocalDeployment = true;
|
||||||
# SSH deployment.
|
# SSH deployment.
|
||||||
targetHost = "yodahedgehog.p1st.de";
|
targetHost = "yodahedgehog.p1st.de";
|
||||||
targetPort = 2226;
|
targetPort = 2226;
|
||||||
@ -114,6 +116,8 @@ in
|
|||||||
imports = [ ./hosts/${name}/configuration.nix ];
|
imports = [ ./hosts/${name}/configuration.nix ];
|
||||||
|
|
||||||
deployment = {
|
deployment = {
|
||||||
|
# Local deployment.
|
||||||
|
allowLocalDeployment = true;
|
||||||
# SSH deployment.
|
# SSH deployment.
|
||||||
# local IP: 192.168.178.190
|
# local IP: 192.168.178.190
|
||||||
targetHost = "yodanas.p1st.de";
|
targetHost = "yodanas.p1st.de";
|
||||||
|
Loading…
Reference in New Issue
Block a user