From bf22bf812b8ea304e0c390776930ee0d0cc06528 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 26 Jun 2024 18:16:50 +0300 Subject: [PATCH] Remove robotic host --- modules/ssh/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/ssh/default.nix b/modules/ssh/default.nix index 54d21bb..168c3a2 100644 --- a/modules/ssh/default.nix +++ b/modules/ssh/default.nix @@ -56,12 +56,6 @@ in homeConfiguration { user = "seven"; port = 2222; }; - - robotic = { - hostname = "86.105.252.189"; - user = "rgbcube"; - port = 2299; - }; }; }; })