From 66801ef4141f5cc3fa69518e8cde52290554a404 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 30 Dec 2023 22:23:02 +0300 Subject: [PATCH] Fix ssh cube username --- modules/ssh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ssh/default.nix b/modules/ssh/default.nix index c31443a..aff5e14 100644 --- a/modules/ssh/default.nix +++ b/modules/ssh/default.nix @@ -6,7 +6,7 @@ homeConfiguration { matchBlocks.cube = { hostname = "5.255.78.70"; - user = "nixos"; + user = "rgb"; port = 2222; identityFile = "~/.ssh/id_rsa"; };