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";