From fe0449ebe30d381a15a79fb87f9bf2ea01dc5367 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Tue, 6 Feb 2024 20:43:20 +0100 Subject: [PATCH] add host yodaGaming --- hive.nix | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/hive.nix b/hive.nix index 7ec272c..e592dca 100644 --- a/hive.nix +++ b/hive.nix @@ -70,18 +70,19 @@ in }; }; - remoteGaming = { name, nodes, ... }: { - # Import the per-host configuration file. - imports = [ ./hosts/yodaGaming/configuration.nix ]; - - deployment = { - # SSH deployment. - targetHost = "192.168.178.54"; - targetPort = 22; - - tags = []; - }; - }; + # TODO: This is broken. Gives me BIOS error A9, requires BIOS reset to boot again. +# remoteGaming = { name, nodes, ... }: { +# # Import the per-host configuration file. +# imports = [ ./hosts/yodaGaming/configuration.nix ]; +# +# deployment = { +# # SSH deployment. +# targetHost = "192.168.178.54"; +# targetPort = 22; +# +# tags = []; +# }; +# }; yodaYoga = { name, nodes, ... }: { # Import the per-host configuration file.