From d50724a35434752125796610e373a2d8ab632b87 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sat, 17 Feb 2024 12:05:13 +0100 Subject: [PATCH] [openssh] Remove address conf --- modules/openssh.nix | 6 ------ 1 file changed, 6 deletions(-) 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;