From 96c86f2cc83c739f9ae0af8a36f80c29f5bdc786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Sat, 25 May 2024 18:58:28 -0300 Subject: [PATCH] Revert "sshd: disable until xz is secure" This reverts commit b0d1b2fbff9bc8392da8a5210ca06e3f5fc061fe. --- system/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/configuration.nix b/system/configuration.nix index 7c6bbb3..fbcd724 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -59,7 +59,7 @@ security.rtkit.enable = true; services.openssh = { - enable = false; + enable = true; ports = [ 9022 ]; settings = { PermitRootLogin = "no";