nixpkgs/modules
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
..
config Add user option ‘isAlias’ to allow one user account to alias another 2012-10-23 13:35:06 +02:00
hardware Add new 'hardware.cpu.amd.updateMicrocode' option. 2012-09-11 18:44:37 +02:00
installer ISO image: Fix graphical GRUB menu 2012-10-04 16:14:44 -04:00
misc Merge remote-tracking branch 'origin/master' into systemd 2012-09-28 11:35:27 -04:00
profiles In headless deployments, don't start agetty on the console 2012-10-30 13:53:36 +01:00
programs Turn networking.interfaces into an attribute set 2012-11-02 17:08:11 +01:00
security Add option ‘users.motd’ for setting a message of the day shown on login 2012-10-23 09:10:48 -04:00
services Turn networking.interfaces into an attribute set 2012-11-02 17:08:11 +01:00
system Remove outdated comment about EC2 booting into stage-2 directly 2012-11-02 17:07:53 +01:00
tasks Turn networking.interfaces into an attribute set 2012-11-02 17:08:11 +01:00
testing Fix coverage data collection 2012-10-30 17:27:14 +01:00
virtualisation Turn networking.interfaces into an attribute set 2012-11-02 17:08:11 +01:00
module-list.nix Remove the cgroups module 2012-10-26 19:36:59 +02:00
rename.nix Adding a rename line for rt73 -> ralink. 2012-08-11 14:54:43 +02:00