chore: yodaYoga is powered of

This commit is contained in:
Daniel Langbein 2024-04-15 12:11:59 +02:00
parent cd4fff6e57
commit 487052c5eb
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -83,18 +83,18 @@ in
}; };
}; };
yodaYoga = { name, nodes, ... }: { # yodaYoga = { name, nodes, ... }: {
# Import the per-host configuration file. # # Import the per-host configuration file.
imports = [ ./hosts/${name}/configuration.nix ]; # imports = [ ./hosts/${name}/configuration.nix ];
#
deployment = { # deployment = {
# SSH deployment. # # SSH deployment.
targetHost = "yodayoga.p1st.de"; # targetHost = "yodayoga.p1st.de";
targetPort = 2224; # targetPort = 2224;
#
tags = [ "server" ]; # tags = [ "server" ];
}; # };
}; # };
yodaHedgehog = { name, nodes, ... }: { yodaHedgehog = { name, nodes, ... }: {
# Import the per-host configuration file. # Import the per-host configuration file.