add host yodaGaming

This commit is contained in:
Daniel Langbein 2024-02-06 23:00:24 +01:00
parent 700b9e409c
commit 39e3189e69
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

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