nixpkgs/modules/tasks
Eelco Dolstra 458f36f5f1 Turn fileSystems into an attribute set
So now you can write

  fileSystems =
    [ { mountPoint = "/";
        device = "/dev/sda1";
      }
    ];

as

  fileSystems."/".device = "/dev/sda1";
2012-11-02 18:02:12 +01:00
..
filesystems Update NFS client/server modules for systemd 2012-10-24 18:10:58 +02:00
cpu-freq.nix cpufreq: Don't complain if a CPU doesn't support the desired governor 2012-08-23 12:12:25 -04:00
filesystems.nix Turn fileSystems into an attribute set 2012-11-02 18:02:12 +01:00
kbd.nix systemd-vconsole-setup: Don't put the X server in non-raw mode 2012-10-18 11:58:37 -04:00
lvm.nix Remove the lvm job 2012-08-23 10:23:41 -04:00
network-interfaces.nix Turn networking.interfaces into an attribute set 2012-11-02 17:08:11 +01:00
scsi-link-power-management.nix scsi-link-pm: Don't fail if there are no matching SCSI hosts 2012-10-04 23:25:11 -04:00
swraid.nix strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
tty-backgrounds-combine.sh
tty-backgrounds.nix * Disable all fbcondecor-related stuff if boot.vesa is disabled. 2011-11-08 19:43:15 +00:00