nixpkgs/modules/tasks
Eelco Dolstra 97f087cd44 Turn networking.interfaces into an attribute set
Thus

  networking.interfaces = [ { name = "eth0"; ipAddress = "192.168.15.1"; } ];

can now be written as

  networking.interfaces.eth0.ipAddress = "192.168.15.1";

The old notation still works though.
2012-11-02 17:08:11 +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 Order mkfs services before the corresponding fsck services 2012-10-31 14:49:09 +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 * Get rid of a cyclic symlink to the default theme. 2011-04-06 11:58:13 +00:00
tty-backgrounds.nix * Disable all fbcondecor-related stuff if boot.vesa is disabled. 2011-11-08 19:43:15 +00:00