1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00
This commit is contained in:
RGBCube 2024-05-24 17:00:29 +03:00
parent 62ec73e3f0
commit d17e552400
No known key found for this signature in database
10 changed files with 115 additions and 6 deletions

View file

@ -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";