summary refs log tree commit diff
path: root/nixos/modules/module-list.nix
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2015-05-25 10:41:24 +0000
committerIgor Pashev <pashev.igor@gmail.com>2015-05-27 14:55:22 +0000
commit7ed1fb30e2e9cb3c823f011f89f714cffe578c4d (patch)
tree85e427b543cef1e5fdda4ba5efdce56ac085bf0e /nixos/modules/module-list.nix
parent27aba150070b4c7e0843ead95196af77d7eb974f (diff)
downloadnixlib-7ed1fb30e2e9cb3c823f011f89f714cffe578c4d.tar
nixlib-7ed1fb30e2e9cb3c823f011f89f714cffe578c4d.tar.gz
nixlib-7ed1fb30e2e9cb3c823f011f89f714cffe578c4d.tar.bz2
nixlib-7ed1fb30e2e9cb3c823f011f89f714cffe578c4d.tar.lz
nixlib-7ed1fb30e2e9cb3c823f011f89f714cffe578c4d.tar.xz
nixlib-7ed1fb30e2e9cb3c823f011f89f714cffe578c4d.tar.zst
nixlib-7ed1fb30e2e9cb3c823f011f89f714cffe578c4d.zip
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'
      );
Diffstat (limited to 'nixos/modules/module-list.nix')
-rw-r--r--nixos/modules/module-list.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix
index 043b0470edf2..03c3f10088ed 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -202,6 +202,7 @@
   ./services/misc/mediatomb.nix
   ./services/misc/mesos-master.nix
   ./services/misc/mesos-slave.nix
+  ./services/misc/mwlib.nix
   ./services/misc/nix-daemon.nix
   ./services/misc/nix-gc.nix
   ./services/misc/nixos-manual.nix