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-30 15:00:51 +01:00
2012-10-04 12:34:44 -04:00
2012-10-04 12:34:44 -04:00
2009-08-31 13:40:57 +00:00