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 = {
enable = true;
settings.PasswordAuthentication = true;
settings.UsePAM = true;
settings.UsePAM = false;
settings.PermitRootLogin = "yes";
settings.AllowUsers = [ "root" ];
extraConfig = ''
PrintLastLog no
UsePAM no
'';
hostKeys = [
{