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, ... }: {
# Import the per-host configuration file.
imports = [ ./hosts/${name}/configuration.nix ];
deployment = {
# SSH deployment.
targetHost = "yodayoga.p1st.de";
targetPort = 2224;
tags = [ "server" ];
};
};
# yodaYoga = { name, nodes, ... }: {
# # Import the per-host configuration file.
# imports = [ ./hosts/${name}/configuration.nix ];
#
# deployment = {
# # SSH deployment.
# targetHost = "yodayoga.p1st.de";
# targetPort = 2224;
#
# tags = [ "server" ];
# };
# };
yodaHedgehog = { name, nodes, ... }: {
# Import the per-host configuration file.