mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 18:17:44 +00:00
feat: add best host
This commit is contained in:
parent
4f84f97dca
commit
f959f7a532
7 changed files with 118 additions and 1 deletions
|
@ -34,6 +34,12 @@ in {
|
|||
|
||||
# TODO: Maybe autogenerate these?
|
||||
|
||||
best = {
|
||||
hostname = self.best.networking.ipv4.address;
|
||||
user = "the";
|
||||
port = 2222;
|
||||
};
|
||||
|
||||
cube = {
|
||||
hostname = self.cube.networking.ipv4.address;
|
||||
user = "rgb";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue