Compare commits

...

2 Commits

Author SHA1 Message Date
98358e964c Auto-commit: 2026-01-05 19:52:54 2026-01-05 19:52:54 +00:00
27dd68f86b Auto-commit: 2026-01-05 19:52:50 2026-01-05 19:52:50 +00:00
2 changed files with 0 additions and 12 deletions

View File

@@ -3,18 +3,6 @@ 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;