add host yodaGaming

This commit is contained in:
Daniel Langbein 2024-02-06 20:43:20 +01:00
parent df17ab0766
commit fe0449ebe3
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -70,18 +70,19 @@ in
}; };
}; };
remoteGaming = { name, nodes, ... }: { # TODO: This is broken. Gives me BIOS error A9, requires BIOS reset to boot again.
# Import the per-host configuration file. # remoteGaming = { name, nodes, ... }: {
imports = [ ./hosts/yodaGaming/configuration.nix ]; # # Import the per-host configuration file.
# imports = [ ./hosts/yodaGaming/configuration.nix ];
deployment = { #
# SSH deployment. # deployment = {
targetHost = "192.168.178.54"; # # SSH deployment.
targetPort = 22; # targetHost = "192.168.178.54";
# targetPort = 22;
tags = []; #
}; # tags = [];
}; # };
# };
yodaYoga = { name, nodes, ... }: { yodaYoga = { name, nodes, ... }: {
# Import the per-host configuration file. # Import the per-host configuration file.