about summary refs log tree commit diff stats
path: root/system/services/openssh
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-04 08:53:24 +0200
committerSoispha <soispha@vhack.eu>2023-07-04 08:59:26 +0200
commitae92ed5df79d894af9f4ed85be8d1281f4755761 (patch)
tree36b7adea9e7a3451ea5782401732ffd0aa90da8c /system/services/openssh
parentBuild(treewide): Update (diff)
downloadnixos-config-ae92ed5df79d894af9f4ed85be8d1281f4755761.tar.gz
nixos-config-ae92ed5df79d894af9f4ed85be8d1281f4755761.zip
Fix(system/services/openssh): Don't hash know hosts
The trade off between security and convenience isn't worth it.
Diffstat (limited to 'system/services/openssh')
-rw-r--r--system/services/openssh/default.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/system/services/openssh/default.nix b/system/services/openssh/default.nix
index 5ee48a0c..b733dbe7 100644
--- a/system/services/openssh/default.nix
+++ b/system/services/openssh/default.nix
@@ -1,8 +1,4 @@
-{
-  config,
-  pkg,
-  ...
-}: {
+{...}: {
   services.openssh = {
     enable = true;
     hostKeys = [