fix: lap config

This commit is contained in:
danny 2025-08-20 19:24:05 +08:00
parent 146418764e
commit ca73fac1f6
4 changed files with 5 additions and 6 deletions

View file

@ -26,7 +26,7 @@
settings = {
PasswordAuthentication = lib.mkDefault false;
AllowUsers = lib.mkDefault [ username ];
UseDns = lib.mkDefault true;
UseDns = lib.mkDefault false;
PermitRootLogin = lib.mkDefault "no";
};
};