Merge branch 'main' of github.com:philip-peterson/petersweb-infra

This commit is contained in:
philip-peterson 2025-11-15 15:42:00 -09:00
commit 706b2ec2a1

View file

@ -18,11 +18,12 @@
services.openssh = { services.openssh = {
enable = true; enable = true;
settings.PasswordAuthentication = true; settings.PasswordAuthentication = true;
settings.UsePAM = true; settings.UsePAM = false;
settings.PermitRootLogin = "yes"; settings.PermitRootLogin = "yes";
settings.AllowUsers = [ "root" ]; settings.AllowUsers = [ "root" ];
extraConfig = '' extraConfig = ''
PrintLastLog no PrintLastLog no
UsePAM no
''; '';
hostKeys = [ hostKeys = [
{ {