diff --git a/hosts/pinwheel/modules/ssh/default.nix b/hosts/pinwheel/modules/ssh/default.nix index 8536ad4..1339501 100644 --- a/hosts/pinwheel/modules/ssh/default.nix +++ b/hosts/pinwheel/modules/ssh/default.nix @@ -58,6 +58,7 @@ services.openssh = { enable = true; + ports = [ 1122 ]; hostKeys = [{ path = "/etc/ssh/pinwheel";