diff --git a/modules/openssh.nix b/modules/openssh.nix index 2af08de..fd11660 100644 --- a/modules/openssh.nix +++ b/modules/openssh.nix @@ -5,7 +5,7 @@ enable = true; listenAddresses = [ { - addr = "192.168.1.0/24"; + addr = "192.168.1.0"; port = 22; } ];