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
df17ab0766
commit
fe0449ebe3
25
hive.nix
25
hive.nix
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user