nixpkgs-suyu/nixos/modules/tasks
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
..
filesystems nixos/zfs: enable requestEncryptionCredentials by default 2019-07-04 16:11:52 -05:00
auto-upgrade.nix system.autoUpgrade: optionally allow rebooting the system on kernel change (#64267) 2019-07-12 09:09:50 +03:00
bcache.nix
cpu-freq.nix nixos/cpufreq: Remove the alias to set the cpu frequency governor 2019-01-03 20:57:49 +09:00
encrypted-devices.nix nixos/tasks/encrypted-devices: fix regression from #54637 2019-02-02 17:31:31 +01:00
filesystems.nix filesystems: Add autoResize assertion 2019-03-16 13:01:35 +01:00
kbd.nix nixos: add preferLocalBuild=true; on derivations for config files 2019-02-22 20:11:27 +01:00
lvm.nix
network-interfaces-scripted.nix network-scripting: do not run resolvconf if /etc/resolv.conf is managed manually (#56682) 2019-03-09 13:42:14 +02:00
network-interfaces-systemd.nix mass replace "flip map -> forEach" 2019-08-05 14:03:38 +03:00
network-interfaces.nix mass replace "flip map -> forEach" 2019-08-05 14:03:38 +03:00
powertop.nix
scsi-link-power-management.nix
swraid.nix
trackpoint.nix
tty-backgrounds-combine.sh