l: simplify openssh config

This commit is contained in:
lassulus 2019-10-14 15:13:33 +02:00
parent 2d661297f1
commit f7500d37a0

View File

@ -175,13 +175,7 @@ with import <stockholm/lib>;
''; '';
}; };
services.openssh = { services.openssh.enable = true;
enable = true;
hostKeys = [
# XXX bits here make no science
{ bits = 8192; type = "ed25519"; path = "/etc/ssh/ssh_host_ed25519_key"; }
];
};
services.journald.extraConfig = '' services.journald.extraConfig = ''
SystemMaxUse=1G SystemMaxUse=1G