From 11a1166e59cc3ee94d57f2b339561dc9817b28a3 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 31 Dec 2024 16:42:56 +0400 Subject: [PATCH] server: wrong optio idiot --- modules/server/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/server/default.nix b/modules/server/default.nix index 020028e6..4d69a0c8 100644 --- a/modules/server/default.nix +++ b/modules/server/default.nix @@ -11,12 +11,12 @@ in { # into a wall services.openssh = { enable = true; + ports = [ 69 ]; settings = { # disable this NEVER enable it PermitRootLogin = "no"; # its so easy to use keys your grandmother could use it PasswordAuthentication = false; - ports = [ 69 ]; openFirewall = true; }; };