l: simplify openssh config
This commit is contained in:
parent
2d661297f1
commit
f7500d37a0
@ -175,13 +175,7 @@ with import <stockholm/lib>;
|
||||
'';
|
||||
};
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
hostKeys = [
|
||||
# XXX bits here make no science
|
||||
{ bits = 8192; type = "ed25519"; path = "/etc/ssh/ssh_host_ed25519_key"; }
|
||||
];
|
||||
};
|
||||
services.openssh.enable = true;
|
||||
|
||||
services.journald.extraConfig = ''
|
||||
SystemMaxUse=1G
|
||||
|
Loading…
Reference in New Issue
Block a user