nixpkgs/modules/config
Eelco Dolstra 17457297cb Update all legacy-style modules
I.e., modules that use "require = [options]".  Nowadays that should be
written as

  {
    options = { ... };
    config = { ... };
  };

Also, use "imports" instead of "require" in places where we actually
import another module.
2013-09-04 13:05:09 +02:00
..
fonts fontconfig: Set the default hinting style to "slight" 2013-06-27 13:28:22 +02:00
gnu.nix Fix typos, especially those that end up in the NixOS manual 2013-08-10 21:07:13 +00:00
i18n.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
krb5.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
ldap.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
networking.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
no-x-libs.nix Remove HAL 2012-08-17 14:45:43 -04:00
nsswitch.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
power-management.nix Fix description for PowerManagement units. 2013-08-27 08:06:53 +02:00
pulseaudio.nix Fix typos, especially those that end up in the NixOS manual 2013-08-10 21:07:13 +00:00
shells.nix Global replace /var/run/current-system -> /run/current-system 2012-07-16 11:34:21 -04:00
swap.nix filesystems: add priority option for swap devices. 2013-05-17 09:22:07 +02:00
sysctl.nix Hide kernel pointers for unprivileged users via kptr_restrict 2013-07-31 16:11:04 +02:00
system-path.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
timezone.nix time.timeZone: Set the TZ environment variable, which is used by Java. 2013-06-29 18:43:38 +02:00
unix-odbc-drivers.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
users-groups.nix Document that extraUsers options apply to root 2013-08-09 01:28:21 +00:00