From 487052c5eb2616e57ebd34d53b1c9dba6a9d099d Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Mon, 15 Apr 2024 12:11:59 +0200 Subject: [PATCH] chore: yodaYoga is powered of --- hive.nix | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/hive.nix b/hive.nix index 6ef18b8..e701a81 100644 --- a/hive.nix +++ b/hive.nix @@ -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.