1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

Fix ssh cube username

This commit is contained in:
RGBCube 2023-12-30 22:23:02 +03:00
parent 676dbc872d
commit 66801ef414
No known key found for this signature in database

View file

@ -6,7 +6,7 @@ homeConfiguration {
matchBlocks.cube = {
hostname = "5.255.78.70";
user = "nixos";
user = "rgb";
port = 2222;
identityFile = "~/.ssh/id_rsa";
};