From 5e8cc7e3b1cda93c7cd6a2fb010d3b1ce985a318 Mon Sep 17 00:00:00 2001 From: Ethan Simmons Date: Sun, 8 Sep 2024 11:55:12 -0500 Subject: [PATCH] Revert ssh settings --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5e803bd..3dda2ec 100644 --- a/flake.nix +++ b/flake.nix @@ -46,7 +46,7 @@ options = { openssh = { enable = true; - allow-password = true; + port = 2222; }; backup = {