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.