mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-12-02 23:45:03 +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.
|
||||
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" ];
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user