summary refs log tree commit diff stats
path: root/user/settings/ssh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings/ssh.nix')
-rw-r--r--user/settings/ssh.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/user/settings/ssh.nix b/user/settings/ssh.nix
index 0c8300eb..0ccc9796 100644
--- a/user/settings/ssh.nix
+++ b/user/settings/ssh.nix
@@ -1,6 +1,9 @@
-{ config, lib, pkgs, ... }:
-
 {
+  config,
+  lib,
+  pkgs,
+  ...
+}: {
   programs.ssh = {
     enable = true;
     compression = true;