3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/nixos/modules
Igor Pashev 7ed1fb30e2 Added mwlib services
Simple local usage:

    mwlib = {
      nserve = {
        enable = true;
      };

      qserve = {
        enable = true;
      };
    };

For MediaWiki:

      $wgCollectionMWServeURL = 'http://localhost:8899';
      $wgCollectionFormats = array(
        'rl' => 'PDF',
        'odf' => 'ODT',
      );

      $wgCollectionPortletFormats = array (
        'odf', 'rl'
      );
2015-05-27 14:55:22 +00:00
..
config Remove sysvtools from the system path 2015-04-20 11:33:42 +02:00
hardware nvidia: 346.47 -> 346.59 2015-04-07 13:24:55 -07:00
installer Merge pull request #7601 from cstrahan/iso-name-fix 2015-05-04 10:24:38 +02:00
misc Sane default configuration for sabnzbd module 2015-05-05 00:18:22 -04:00
profiles nixos.system_tarball_pc: Fix evaluation 2015-04-28 17:15:02 +02:00
programs Add kbdlight package and setuid wrapper 2015-05-11 13:23:01 +08:00
security grsecurity: Update stable and test patches 2015-05-11 02:45:38 +02:00
services Added mwlib services 2015-05-27 14:55:22 +00:00
system Apply some overrides to upstream systemd units 2015-05-11 12:43:35 +02:00
tasks Typo 2015-04-20 16:12:28 +02:00
testing test-instrumentation.nix: Prevent calling a pager 2015-01-15 14:39:29 +01:00
virtualisation VMWare guest support and open-vm-tools package 2015-05-15 12:43:21 +02:00
module-list.nix Added mwlib services 2015-05-27 14:55:22 +00:00
rename.nix Make environment.checkConfigurationOptions an alias 2015-04-10 16:11:07 +02:00