From c7fdf15e7e5ddb2edd8fc021951285510c3a51e4 Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 2 Apr 2026 10:26:06 +0200 Subject: chore: nixfmt formatting --- modules/services/openssh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/services/openssh.nix') diff --git a/modules/services/openssh.nix b/modules/services/openssh.nix index 8bb530c..f86c13c 100644 --- a/modules/services/openssh.nix +++ b/modules/services/openssh.nix @@ -9,8 +9,8 @@ enable = true; ports = [ 8693 ]; settings = { - AllowTcpForwarding = false; - AllowAgentForwarding = false; + AllowTcpForwarding = false; + AllowAgentForwarding = false; PasswordAuthentication = false; X11Forwarding = false; PermitRootLogin = "yes"; -- cgit v1.3.1