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