From e8ece302d529388fb7a3802efb0ef9743d3ea696 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Sat, 17 Feb 2024 11:58:39 +0100 Subject: [PATCH] Fix bad port --- modules/openssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } ];