nixpkgs/modules/system
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
..
activation Update all legacy-style modules 2013-09-04 13:05:09 +02:00
boot Update all legacy-style modules 2013-09-04 13:05:09 +02:00
etc Selectively allow /etc files to be disabled 2013-02-03 14:28:18 +01:00
upstart Rename ‘boot.systemd’ to ‘systemd’ 2013-01-16 12:33:18 +01:00