diff options
Diffstat (limited to 'etc/guix')
-rw-r--r-- | etc/guix/system.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm index e3bdc5a..fddadca 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -118,7 +118,12 @@ `(("andreh" ,(local-file (string-append (or (getenv "XDG_CONFIG_HOME") (string-append (getenv "HOME") "/.ssh")) - "/ssh/id_rsa.pub"))))))) + "/ssh/id_rsa.pub"))))) + (extra-content #"- + ClientAliveInterval 30 + ClientAliveCountMax 20 + MaxSessions 20 + "#))) #; (udev-rules-service 'backlight |