diff options
author | tv <tv@krebsco.de> | 2016-01-14 16:31:48 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-01-14 16:31:48 +0100 |
commit | e789c2adadd3e6cd0627f5b6a43216fc634d0bc6 (patch) | |
tree | 33980bfe9bda66ab3d6d2ac546c1e9d473a962c1 /tv/2configs | |
parent | 94765cdbca1f3795e8e0f0a604396b083c2aaa0d (diff) |
tv ssh_config: UseRoaming=no
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/default.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index 17e260b..d3a1778 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -142,7 +142,12 @@ with lib; ''; }; - programs.ssh.startAgent = false; + programs.ssh = { + extraConfig = '' + UseRoaming no + ''; + startAgent = false; + }; } { |