m 2 default:remove useroaming no as it is disabled by default

This commit is contained in:
makefu 2016-07-14 17:55:41 +02:00
parent 30b47dace4
commit 02022b0c3e

View file

@ -62,9 +62,6 @@ with config.krebs.lib;
programs.ssh = {
startAgent = false;
extraConfig = ''
UseRoaming no
'';
};
services.openssh.enable = true;
nix.useChroot = true;