From 2707e7a328c73ba598acfc682b1fb17082ceecd8 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Wed, 12 Feb 2025 02:18:08 -0500 Subject: [PATCH] Remove ciphers configuration --- nixos/modules/ssh.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/ssh.nix b/nixos/modules/ssh.nix index 6fd3563..79f663d 100644 --- a/nixos/modules/ssh.nix +++ b/nixos/modules/ssh.nix @@ -7,7 +7,6 @@ services.openssh = { enable = true; settings = { - ciphers = ["chacha20-poly1305@openssh.com"]; PermitRootLogin = "no"; PasswordAuthentication = false; };