nixpkgs/modules
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
..
config Update all legacy-style modules 2013-09-04 13:05:09 +02:00
hardware Update all legacy-style modules 2013-09-04 13:05:09 +02:00
installer Update all legacy-style modules 2013-09-04 13:05:09 +02:00
misc Update all legacy-style modules 2013-09-04 13:05:09 +02:00
profiles Update all legacy-style modules 2013-09-04 13:05:09 +02:00
programs Update all legacy-style modules 2013-09-04 13:05:09 +02:00
security Revert "Add /etc/ssl/certs/ca-certificates.crt symlink for Ubuntu compatibility" 2013-08-18 17:46:07 +02:00
services Update all legacy-style modules 2013-09-04 13:05:09 +02:00
system Update all legacy-style modules 2013-09-04 13:05:09 +02:00
tasks fixiup zfs binaries in initrd 2013-09-02 13:53:28 +03:00
testing Work around "Input/output error" opening /dev/ttyS0 2013-07-16 15:04:32 +02:00
virtualisation Update all legacy-style modules 2013-09-04 13:05:09 +02:00
module-list.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
rename.nix Update zip to zipAttrsWith since zip is obsolete. 2013-08-22 10:40:50 +03:00