nixpkgs/modules/programs
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
..
bash Added environment.promptInit to allow PS1 overriding. Would be nicer to be able to allow overriding via shellInit, however could not get that to work. For now this is a temporary solution which will not break anything. 2012-10-30 13:33:37 +01:00
blcr.nix Make blcr module use the configured kernel 2011-09-21 13:13:36 +00:00
info.nix * Provide info's manpage. 2012-03-04 16:10:19 +00:00
shadow.nix Add option ‘users.motd’ for setting a message of the day shown on login 2012-10-23 09:10:48 -04:00
ssh.nix modules/programs/ssh.nix: strip trailing whitespace 2012-10-29 17:10:46 +01:00
ssmtp.nix Rename environment.extraPackages to environment.systemPackages. 2009-10-07 17:14:25 +00:00
virtualbox.nix Turn networking.interfaces into an attribute set 2012-11-02 17:08:11 +01:00
wvdial.nix wvdial: don't make wvdial a system package; only root can run it 2011-11-25 17:41:47 +00:00