diff options
| author | makefu <github@syntax-fehler.de> | 2016-07-14 17:55:41 +0200 | 
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2016-07-14 17:55:41 +0200 | 
| commit | 0691d1ba14a3c9c69ba6b6f50246b6402b29b3ad (patch) | |
| tree | 719e9b347ae523d6c09e2b20f8d36777c57f053c | |
| parent | c6c40da83712ca91ede062d84e31b57448db140f (diff) | |
m 2 default:remove useroaming no as it is disabled by default
| -rw-r--r-- | makefu/2configs/default.nix | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/makefu/2configs/default.nix b/makefu/2configs/default.nix index 48cfcb7cb..c40256db3 100644 --- a/makefu/2configs/default.nix +++ b/makefu/2configs/default.nix @@ -62,9 +62,6 @@ with config.krebs.lib;    programs.ssh = {      startAgent = false; -    extraConfig = '' -      UseRoaming no -    '';    };    services.openssh.enable = true;    nix.useChroot = true; | 
