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
|
# Fixes iotop
|
||||||
boot.kernel.sysctl = {"kernel.task_delayacct" = 1;};
|
boot.kernel.sysctl = {"kernel.task_delayacct" = 1;};
|
||||||
|
|
||||||
boot.loader.grub = {
|
|
||||||
efiSupport = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.PasswordAuthentication = true;
|
settings.PasswordAuthentication = 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 = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue