summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lass@xerxes.r>2019-10-14 15:13:33 +0200
committerlassulus <lass@xerxes.r>2019-10-14 15:13:33 +0200
commitf7500d37a0141a3b7c76f1c17a4508aeaa328f6b (patch)
tree18ddc043522a850aef9a1a8527901b3870967f18
parent2d661297f177204944668bf311bd477b716c8cad (diff)
l: simplify openssh config
-rw-r--r--lass/2configs/default.nix8
1 files changed, 1 insertions, 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 <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