nixpkgs/nixos/modules/services/networking/ssh
danbst 0f8596ab3f mass replace "flip map -> forEach"
See `forEach`-introduction commit.
```
rg 'flip map ' --files-with-matches | xargs sed -i 's/flip map /forEach /g'
```
2019-08-05 14:03:38 +03:00
..
lshd.nix lshd service: remove use of network-interfaces.target 2016-09-13 11:19:22 +02:00
sshd.nix mass replace "flip map -> forEach" 2019-08-05 14:03:38 +03:00