mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Set ssh port to 2222
This commit is contained in:
parent
140e5dcd64
commit
9cb7a69c46
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ homeConfiguration {
|
||||||
matchBlocks.cube = {
|
matchBlocks.cube = {
|
||||||
hostname = "5.255.78.70";
|
hostname = "5.255.78.70";
|
||||||
user = "nixos";
|
user = "nixos";
|
||||||
port = 22;
|
port = 2222;
|
||||||
identityFile = "~/.ssh/id_rsa";
|
identityFile = "~/.ssh/id_rsa";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue