diff --git a/modules/openssh.nix b/modules/openssh.nix index fd11660..d9c0d0d 100644 --- a/modules/openssh.nix +++ b/modules/openssh.nix @@ -3,12 +3,6 @@ { services.openssh = { enable = true; - listenAddresses = [ - { - addr = "192.168.1.0"; - port = 22; - } - ]; settings = { PasswordAuthentication = true;