mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Add nine
This commit is contained in:
parent
62ec73e3f0
commit
d17e552400
10 changed files with 115 additions and 6 deletions
|
@ -37,6 +37,8 @@ in homeConfiguration {
|
|||
identityFile = "~/.ssh/id";
|
||||
};
|
||||
|
||||
# Maybe autogenerate these?
|
||||
|
||||
cube = {
|
||||
hostname = self.cube.networking.ipv4;
|
||||
user = "rgb";
|
||||
|
@ -49,6 +51,12 @@ in homeConfiguration {
|
|||
port = 2222;
|
||||
};
|
||||
|
||||
nine = {
|
||||
hostname = self.nine.networking.ipv4;
|
||||
user = "seven";
|
||||
port = 2222;
|
||||
};
|
||||
|
||||
tard = {
|
||||
hostname = self.tard.networking.ipv4;
|
||||
user = "tail";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue