nixpkgs/nixos/modules/services/networking/ssh
danbst 3b0534310c mass replace "flip map -> foreach"
See `foreach`-introduction commit.
```
rg 'flip map ' --files-with-matches | xargs sed -i 's/flip map /foreach /g'
```
2019-07-14 13:46:10 +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-07-14 13:46:10 +03:00