server hardware-configuration.nix

This commit is contained in:
Henry Hiles 2025-03-22 19:12:32 -04:00
parent 9a8bf34a56
commit 7ef961bd93
2 changed files with 40 additions and 1 deletions

View file

@ -2,7 +2,7 @@
services.openssh = {
enable = true;
settings = {
PasswordAuthentication = true;
PasswordAuthentication = false;
AllowUsers = ["quadradical"];
PermitRootLogin = "no";
};