aboutsummaryrefslogtreecommitdiff
path: root/modules/services/openssh.nix
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2026-04-02 10:26:06 +0200
committerschererleander <leander@schererleander.de>2026-04-02 10:26:06 +0200
commitc7fdf15e7e5ddb2edd8fc021951285510c3a51e4 (patch)
treed6b0180f251fd251f868c6b409cbce458201d742 /modules/services/openssh.nix
parent28a7b6895ff52ca50fa91455ee719c07fc38ad03 (diff)
chore: nixfmt formatting
Diffstat (limited to 'modules/services/openssh.nix')
-rw-r--r--modules/services/openssh.nix4
1 files changed, 2 insertions, 2 deletions
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";