mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-12-03 23:55:04 +01:00
solve todo
This commit is contained in:
parent
ae0ef99580
commit
4679085e09
5
hive.nix
5
hive.nix
@ -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" ];
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user