updated config

This commit is contained in:
naturallaw77 2023-12-03 20:22:05 -08:00
parent 99f319fc98
commit c044a186b3

View File

@ -134,7 +134,14 @@
promptInit = "neofetch";
};
services.openssh.enable = true;
services.openssh = {
enable = true;
settings = {
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
PermitRootLogin = "yes";
};
};
####### TOR #######
services.tor = {