Fixes
This commit is contained in:
parent
45192e07d4
commit
dbdc156758
1 changed files with 0 additions and 6 deletions
|
|
@ -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 = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue