diff --git a/home/baseline/ssh.nix b/home/baseline/ssh.nix index 1fe13c1..c2c79df 100644 --- a/home/baseline/ssh.nix +++ b/home/baseline/ssh.nix @@ -27,6 +27,7 @@ "*" = { dynamicForwards = [ { port = 10240; } ]; + extraOptions.LogLevel = "error"; }; "10.42.1.4" = lib.hm.dag.entryBefore [ "10.42.*" ] nas;