nixpkgs/modules/virtualisation
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
..
2012-10-26 16:22:19 +02:00
2011-05-11 13:52:49 +00:00
2011-11-08 15:12:11 +00:00
2012-02-23 21:25:22 +00:00
2012-10-29 21:10:00 +01:00
2012-10-10 16:49:47 -04:00