nixpkgs/modules
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
..
config nslcd: Require network.target 2013-03-05 19:45:27 +01:00
hardware Adding support of the Intel 2230 wireless card to nixos 2013-01-30 20:51:49 +01:00
installer installation-cd-base.nix: Use boot.kernel.sysctl 2013-03-02 20:06:02 +01:00
misc We don't need an explicit uid/gid. We also don't need web to depend 2013-02-27 20:06:10 +01:00
profiles Adding support of the Intel 2230 wireless card to nixos 2013-01-30 20:51:49 +01:00
programs Fix (and simplify) the blcr module. 2013-02-08 08:57:42 +01:00
security Rename ‘boot.systemd’ to ‘systemd’ 2013-01-16 12:33:18 +01:00
services Add Transmission BitTorrent service 2013-03-08 16:47:09 +01:00
system Don't mount /nix/store ro if it's a mountpoint 2013-03-08 10:42:34 -05:00
tasks bring bridge interfaces up 2013-03-02 10:24:46 +01:00
testing modules/testing/minimal-kernel: linuxPackagesFor no longer takes a 'self' argument 2013-03-02 09:10:58 -05:00
virtualisation nixos-rebuild build-vm: Override filesystems defined in the normal config 2013-02-18 15:39:47 +01:00
module-list.nix Add Transmission BitTorrent service 2013-03-08 16:47:09 +01:00
rename.nix rename.nix: Remove annoying traces 2013-02-21 14:43:02 -05:00