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; };