update some zap stuff

This commit is contained in:
jopejoe1 2024-01-30 14:55:47 +01:00
parent 0a48cf1147
commit af3684c2c6
3 changed files with 78 additions and 40 deletions

View file

@ -7,7 +7,7 @@ in {
config = lib.mkIf cfg.enable {
services.openssh = {
enable = true;
banner = "Hackers are in Your System!!!";
banner = "Hackers are in Your System!!!\n";
settings = {
PasswordAuthentication = false;
PermitRootLogin = "prohibit-password";