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.
imports = [ ./hosts/${name}/configuration.nix ];
# local IP: 192.168.178.118
deployment = {
# Local deployment.
#allowLocalDeployment = true;
# 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 = "192.168.178.118";
targetHost = "yodahedgehog.p1st.de";
targetPort = 2226;
tags = [ "server" ];

View File

@ -88,23 +88,19 @@
# local IP: 192.168.178.118
"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 = "192.168.178.118";
hostname = "yodahedgehog.p1st.de";
user = "yoda";
port = 2226;
compression = true;
};
"rootHedgehog" = {
#hostname = "yodahedgehog.p1st.de";
hostname = "192.168.178.118";
hostname = "yodahedgehog.p1st.de";
user = "root";
port = 2226;
compression = true;
};
"unlockHedgehog" = {
#hostname = "yodahedgehog.p1st.de";
hostname = "192.168.178.118";
hostname = "yodahedgehog.p1st.de";
user = "root";
port = 2227;
compression = true;