tv ssh_config: UseRoaming=no

This commit is contained in:
tv 2016-01-14 16:31:48 +01:00
parent 3a0a230ef5
commit 780ddec4ab

View File

@ -142,7 +142,12 @@ with lib;
'';
};
programs.ssh.startAgent = false;
programs.ssh = {
extraConfig = ''
UseRoaming no
'';
startAgent = false;
};
}
{