From 52eb3f8d015f147d45472cc86af92ec173326014 Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Wed, 14 Aug 2024 20:54:09 +0200 Subject: [PATCH] update: remove endlessh-go ( I didn't even have port 22 open ) --- hosts/main-homelab/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/main-homelab/configuration.nix b/hosts/main-homelab/configuration.nix index 1919ef1..f1f25fb 100644 --- a/hosts/main-homelab/configuration.nix +++ b/hosts/main-homelab/configuration.nix @@ -46,11 +46,6 @@ }; }; - services.endlessh-go = { - enable = true; - port = 22; - }; - time.timeZone = "Europe/Rome"; i18n.defaultLocale = "en_US.UTF-8";