From 39e3189e69f47586fccb44208458725b6e460c08 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Tue, 6 Feb 2024 23:00:24 +0100 Subject: [PATCH] add host yodaGaming --- hive.nix | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) 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.