nixpkgs/modules/profiles
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
..
all-hardware.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
base.nix Make xz available by default 2013-01-30 15:01:31 +01:00
clone-config.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
demo.nix Update all legacy-style modules 2013-09-04 13:05:09 +02:00
graphical.nix * Include glxinfo/glxgears in the graphical profile. It's very small. 2011-11-08 19:18:34 +00:00
headless.nix Don't start emergency mode on EC2 instances 2013-01-21 21:01:48 +01:00
installation-device.nix Fix the sshd check in the rebuildCD test 2013-07-09 16:12:34 +02:00
minimal.nix splitted ssh/sshd X11 forwarding logic. Backward compatible change. 2012-03-25 15:42:05 +00:00
qemu-guest.nix NixOS VM tests: Use 9p instead of CIFS 2013-07-05 17:24:49 +02:00