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.