From 05787b17f9bec9528745eb5971df871b9cf966bc Mon Sep 17 00:00:00 2001 From: Lilly Date: Mon, 5 Jan 2026 19:52:40 +0000 Subject: [PATCH] Auto-commit: 2026-01-05 19:52:40 --- system/core.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/system/core.nix b/system/core.nix index bcc1b2b..afad0c5 100644 --- a/system/core.nix +++ b/system/core.nix @@ -3,6 +3,18 @@ let cfg = config.my.cachyosKernel; in { + services = { + openssh = { + enable = true; # Enable SSH + settings = { + PermitRootLogin = "no"; # Prevent root from SSH login + PasswordAuthentication = true; #Users can SSH using kb and password + KbdInteractiveAuthentication = true; + }; + ports = [22]; + }; + blueman.enab + }; nix = { settings = { download-buffer-size = 200000000;