diff --git a/hive.nix b/hive.nix index e592dca..7ec272c 100644 --- a/hive.nix +++ b/hive.nix @@ -70,19 +70,18 @@ in }; }; - # 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 = []; -# }; -# }; + 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.