62c1f0ddcc
sets that match the hierarchical structure of the options. So instead of { name = ["time" "timeZone"]; default = "CET"; example = "America/New_York"; description = "The time zone used when displaying times and dates."; } we have time = { timeZone = { default = "CET"; example = "America/New_York"; description = "The time zone used when displaying times and dates."; }; }; And instead of `config.get ["time" "timeZone"]' you can now just say `config.time.timeZone'. Furthermore, this option representation will allow option structures with repetition (such as in networking.interfaces or services.httpd.subservices) to be defined. svn path=/nixos/trunk/; revision=9618 |
||
---|---|---|
boot | ||
configuration | ||
doc/manual | ||
etc | ||
helpers | ||
installer | ||
system | ||
upstart-jobs | ||
default.nix | ||
README | ||
STABLE | ||
VERSION |
*** NixOS *** NixOS is a Linux distribution based on the purely functional package management system Nix. More information can be found at http://nix.cs.uu.nl/nixos and in the manual in doc/manual.