Auto-commit: 2026-01-05 19:52:40

This commit is contained in:
2026-01-05 19:52:40 +00:00
parent 90952ea6ab
commit 05787b17f9

View File

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