removed ssh

This commit is contained in:
naturallaw77 2023-12-01 20:46:29 -08:00
parent ee5151504b
commit aa48ffef1f

View File

@ -141,15 +141,6 @@
torsocks.enable = true; torsocks.enable = true;
}; };
services.openssh = {
enable = true;
settings = {
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
PermitRootLogin = "yes";
};
};
networking.firewall.enable = true; networking.firewall.enable = true;