diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/nipsy/richese.nix | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/home/nipsy/richese.nix b/home/nipsy/richese.nix index 17d39fd..41f0d21 100644 --- a/home/nipsy/richese.nix +++ b/home/nipsy/richese.nix @@ -4,4 +4,16 @@ common/core common/optional/desktops ]; + + home.file.".ansible.cfg".text = '' + [defaults] + forks=5 + timeout=600 + + [ssh_connection] + ssh_args=-o BatchMode=yes -o ControlMaster=auto -o ControlPersist=8h -o Compression=yes + control_path=/dev/shm/%%C + control_path_dir=/dev/shm + pipelining=True + ''; } |