server: wrong optio idiot

This commit is contained in:
Sakooooo 2024-12-31 16:42:56 +04:00
parent 66697c2ff8
commit 11a1166e59
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -11,12 +11,12 @@ in {
# into a wall # into a wall
services.openssh = { services.openssh = {
enable = true; enable = true;
ports = [ 69 ];
settings = { settings = {
# disable this NEVER enable it # disable this NEVER enable it
PermitRootLogin = "no"; PermitRootLogin = "no";
# its so easy to use keys your grandmother could use it # its so easy to use keys your grandmother could use it
PasswordAuthentication = false; PasswordAuthentication = false;
ports = [ 69 ];
openFirewall = true; openFirewall = true;
}; };
}; };