mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Fix ssh cube username
This commit is contained in:
parent
676dbc872d
commit
66801ef414
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ homeConfiguration {
|
||||||
|
|
||||||
matchBlocks.cube = {
|
matchBlocks.cube = {
|
||||||
hostname = "5.255.78.70";
|
hostname = "5.255.78.70";
|
||||||
user = "nixos";
|
user = "rgb";
|
||||||
port = 2222;
|
port = 2222;
|
||||||
identityFile = "~/.ssh/id_rsa";
|
identityFile = "~/.ssh/id_rsa";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue