solve todo

This commit is contained in:
Daniel Langbein 2024-09-06 11:45:59 +02:00
parent ae0ef99580
commit 4679085e09
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002
2 changed files with 5 additions and 10 deletions

View File

@ -100,13 +100,12 @@ in
# Import the per-host configuration file. # Import the per-host configuration file.
imports = [ ./hosts/${name}/configuration.nix ]; imports = [ ./hosts/${name}/configuration.nix ];
# local IP: 192.168.178.118
deployment = { deployment = {
# Local deployment. # Local deployment.
#allowLocalDeployment = true; #allowLocalDeployment = true;
# SSH deployment. # SSH deployment.
# TODO: Since some days, yodaHedgehog can only be reached locally even though ports are still opened on the router. targetHost = "yodahedgehog.p1st.de";
#targetHost = "yodahedgehog.p1st.de";
targetHost = "192.168.178.118";
targetPort = 2226; targetPort = 2226;
tags = [ "server" ]; tags = [ "server" ];

View File

@ -88,23 +88,19 @@
# local IP: 192.168.178.118 # local IP: 192.168.178.118
"yodaHedgehog" = { "yodaHedgehog" = {
# TODO: Since some days, yodaHedgehog can only be reached locally even though ports are still opened on the router. hostname = "yodahedgehog.p1st.de";
#hostname = "yodahedgehog.p1st.de";
hostname = "192.168.178.118";
user = "yoda"; user = "yoda";
port = 2226; port = 2226;
compression = true; compression = true;
}; };
"rootHedgehog" = { "rootHedgehog" = {
#hostname = "yodahedgehog.p1st.de"; hostname = "yodahedgehog.p1st.de";
hostname = "192.168.178.118";
user = "root"; user = "root";
port = 2226; port = 2226;
compression = true; compression = true;
}; };
"unlockHedgehog" = { "unlockHedgehog" = {
#hostname = "yodahedgehog.p1st.de"; hostname = "yodahedgehog.p1st.de";
hostname = "192.168.178.118";
user = "root"; user = "root";
port = 2227; port = 2227;
compression = true; compression = true;