about summary refs log tree commit diff
path: root/nixos/modules/services/torrent
AgeCommit message (Expand)AuthorFilesLines
2024-04-13nixos: remove all uses of lib.mdDocstuebinm8-80/+80
2024-02-18nixos/transmission: fix log level bounds to match the transmission wikirasmus-kirk1-1/+1
2024-01-24treewide: use new tmpfiles apih7x41-11/+19
2024-01-05nixos/transmission: fix webui if no custom webui is specifiedlucasew1-1/+1
2023-12-27nixos/transmission: add webHome optionAlex James1-0/+19
2023-12-22Merge pull request #267319 from ju1m/transmissionDoron Behar1-3/+5
2023-12-15nixos/sysctl: use highest value on conflict for net.core.wmem_maxnetworkException1-1/+1
2023-12-08Merge pull request #270034 from ckiee/transmission-watchdir-typoMaciej Krüger1-4/+4
2023-11-30treewide: replace `mkPackageOptionMD` with `mkPackageOption`h7x43-3/+3
2023-11-30Merge pull request #261702 from h7x4/replace-mkoption-with-mkpackageoptionWeijia Wang3-23/+3
2023-11-27treewide: use `mkPackageOption`h7x43-23/+3
2023-11-26nixos/torrentstream: init3JlOy_PYCCKUI1-0/+53
2023-11-26nixos/transmission: correct typo on systemd StateDirectoryckie1-4/+4
2023-11-14nixos/flexget: remove TZ envvareyjhb1-1/+0
2023-11-13nixos/transmission: use mkDefault on PrivateMounts and PrivateUsersJulien Moutinho1-2/+2
2023-11-13nixos/transmission: /run/host must be writable, fixes #258793Julien Moutinho1-1/+3
2023-11-11treewide: fix redirected and broken URLsAnthony Roussel1-1/+1
2023-10-20nixos: fix bad mkEnableOption descriptionsBjørn Forsman1-1/+1
2023-09-27nixos/transmission: fix a typo in the docsNazar Vinnichuk1-1/+1
2023-05-09nixos/deluge: fix typofetsorn1-1/+1
2023-01-22nixos/rtorrent: make directory permissions configurableJörg Thalheim1-1/+10
2023-01-21nixos: remove stray spacesNaïm Favier1-1/+1
2023-01-13nixos/flexget: add package optionPeder Bergebakken Sundt1-1/+3
2023-01-05modules: add mkPackageOptionMDpennae1-1/+1
2023-01-05modules: add mkAliasOptionModuleMDpennae1-2/+2
2022-12-17nixos: fix typosfigsoda4-6/+6
2022-12-14transmission: add package optionJakub Sokołowski1-3/+5
2022-11-08rmem_max: define merge functionhappysalada1-1/+1
2022-08-31nixos/*: convert straggler options to MDpennae1-6/+6
2022-08-31nixos/*: convert options with admonitions to MDpennae1-16/+14
2022-08-31nixos/*: md-"convert" empty descriptionspennae1-1/+1
2022-08-31nixos/*: automatically convert option descriptionspennae6-8/+8
2022-08-31nixos/*: convert more partially-md option descriptionspennae1-2/+2
2022-08-31nixos/*: remove indentation from long enable optionspennae1-13/+21
2022-08-19nixos/* eliminate inner whitespace in tags that was missed earlierpennae1-2/+2
2022-08-19nixos/*: normalize <package> to <literal>pennae1-4/+4
2022-08-03nixos/*: automatically convert option docs to MDpennae1-28/+28
2022-08-03nixos/*: replace <code> in option docs with <literal>pennae1-3/+3
2022-07-30treewide: automatically md-convert option descriptionspennae7-72/+72
2021-12-17Merge pull request #148785 from pennae/more-option-doc-staticizingGraham Christensen3-2/+10
2021-12-09treewide: add defaultText to remaining optionspennae1-0/+4
2021-12-09treewide: add defaultText for options with simple interpolation defaultspennae2-2/+6
2021-12-07Merge pull request #147324 from ju1m/transmissionAaron Andersen1-15/+27
2021-12-01nixos/transmission: adjust message-level enumbb20201-1/+1
2021-11-25nixos/transmission: disable downloadDirPermissions by defaultJulien Moutinho1-15/+27
2021-10-21transmission: add extraFlags configuration optionJakub Sokołowski1-1/+10
2021-10-18nixos/transmission: remove SystemCallErrorNumber= to raise errorsJulien Moutinho1-1/+0
2021-10-18nixos/transmission: remove InaccessiblePaths= to enable reload, fixes #135695Julien Moutinho1-2/+0
2021-10-18nixos/transmission: use freeformType on settingsJulien Moutinho1-120/+186
2021-10-18Merge pull request #139128 from HexF/patch-1Sandro1-0/+2