diff --git a/lass/2configs/default.nix b/lass/2configs/default.nix index 334599799..469c81f16 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