nixpkgs/modules/services
Bjørn Forsman d89ba0697f Add Transmission BitTorrent service
Enable it with

  services.transmission.enable = true;

and optionally configure it

  services.transmission.settings =
    {
      download-dir = "/srv/torrents/";
      incomplete-dir = "/srv/torrents/.incomplete/";
      incomplete-dir-enabled = true;
      rpc-whitelist = "127.0.0.1,192.168.*.*";
      # for users in group "transmission" to have access to torrents
      umask = 2;
    };

The above settings are written/merged into settings.json each time the
service is about to start.
2013-03-08 16:47:09 +01:00
..
amqp Add ActiveMQ service 2013-02-25 16:50:10 +01:00
audio mpd: Start service with exec 2013-02-28 19:26:19 +01:00
backup * Drop references to activation scriptlets that no longer exist. 2012-03-15 14:21:17 +00:00
databases mongodb: Add initialisation service 2013-02-25 09:04:31 +01:00
games strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
hardware Silence a harmless warning on kernels without the 'path' parameter for firmware_class. 2013-03-05 20:33:41 -05:00
logging Rename ‘boot.systemd’ to ‘systemd’ 2013-01-16 12:33:18 +01:00
mail spamassassin: convert module to systemd 2013-01-24 18:37:25 +01:00
misc nix-daemon: Restart when nix.conf changes 2013-02-26 03:15:29 +01:00
monitoring dd-agent: Run as a separate user 2013-02-27 09:25:37 -05:00
network-filesystems Rename ‘boot.systemd’ to ‘systemd’ 2013-01-16 12:33:18 +01:00
networking default-websockify: Stop when reconfigured (i.e. new ports added/removed) 2013-02-18 11:55:46 -05:00
printing Add/fix systemd unit descriptions 2013-01-10 13:59:41 +01:00
scheduling Add/fix systemd unit descriptions 2013-01-10 13:59:41 +01:00
security Tor-privoxy: quick and dirty fix for activation under systemd 2013-02-10 20:29:17 +02:00
system Rename ‘boot.systemd’ to ‘systemd’ 2013-01-16 12:33:18 +01:00
torrent Add Transmission BitTorrent service 2013-03-08 16:47:09 +01:00
ttys Rename ‘boot.systemd’ to ‘systemd’ 2013-01-16 12:33:18 +01:00
web-servers Add lighttpd web server module 2013-03-03 20:16:44 +01:00
x11 Fixing the vaapiDrivers; it didn't work, with only one driver 2013-03-04 22:35:33 +01:00