mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
add host yodaGaming
This commit is contained in:
parent
700b9e409c
commit
39e3189e69
25
hive.nix
25
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.
|
||||
|
Loading…
Reference in New Issue
Block a user