From f7500d37a0141a3b7c76f1c17a4508aeaa328f6b Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 14 Oct 2019 15:13:33 +0200 Subject: l: simplify openssh config --- lass/2configs/default.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lass/2configs/default.nix b/lass/2configs/default.nix index 33459979..469c81f1 100644 --- a/lass/2configs/default.nix +++ b/lass/2configs/default.nix @@ -175,13 +175,7 @@ with import ; ''; }; - 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 -- cgit v1.2.3