This commit is contained in:
Philip Peterson 2026-05-04 17:29:08 +00:00
parent 45192e07d4
commit dbdc156758

View file

@ -8,19 +8,13 @@
# Fixes iotop
boot.kernel.sysctl = {"kernel.task_delayacct" = 1;};
boot.loader.grub = {
efiSupport = false;
};
services.openssh = {
enable = true;
settings.PasswordAuthentication = true;
settings.UsePAM = false;
settings.PermitRootLogin = "yes";
settings.AllowUsers = [ "root" ];
extraConfig = ''
PrintLastLog no
UsePAM no
'';
hostKeys = [
{