nixpkgs/modules/services
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
..
amqp strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
audio Whitespace 2012-10-09 15:14:32 -04:00
backup * Drop references to activation scriptlets that no longer exist. 2012-03-15 14:21:17 +00:00
databases Decrease PostgreSQL start check interval 2012-10-01 17:32:03 -04:00
games strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
hardware acpid: Skip (rather than fail) if /proc/acpi doesn't exist 2012-10-04 23:26:01 -04:00
logging Logstash: fix typo, should have tested. 2012-10-30 14:22:14 +01:00
mail Merge remote-tracking branch 'origin/master' into systemd 2012-10-08 13:47:37 -04:00
misc Fix the manual service on the installation CD 2012-10-04 16:15:10 -04:00
monitoring Convert Zabbix agent/server to systemd 2012-10-26 16:22:19 +02:00
network-filesystems Update NFS client/server modules for systemd 2012-10-24 18:10:58 +02:00
networking Turn networking.interfaces into an attribute set 2012-11-02 17:08:11 +01:00
printing Undo accidental commit 2012-10-29 12:44:38 +01:00
scheduling Global replace /var/run/current-system -> /run/current-system 2012-07-16 11:34:21 -04:00
security F-Prot virus signaure database updater: package 2012-07-24 10:52:04 +03:00
system Remove the cgroups module 2012-10-26 19:36:59 +02:00
ttys Remove some obsolete options 2012-10-29 21:10:00 +01:00
web-servers Make Apache wait for ‘charon send-keys’ 2012-11-01 23:32:12 +01:00
x11 auto.nix: Use SLiM to implement auto-logins 2012-10-24 12:31:02 +02:00