about summary refs log tree commit diff
path: root/nixos/modules/services/misc/mediatomb.nix
AgeCommit message (Expand)AuthorFilesLines
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-19/+19
2024-01-19nixos: fix a bunch of services missing dep on network-online.targetJade Lovelace1-0/+1
2023-11-27treewide: use `mkPackageOption`h7x41-8/+1
2023-11-11treewide: fix redirected and broken URLsAnthony Roussel1-1/+1
2022-12-01treewide: switch to port type for nixos modulesDaniel Nagy1-1/+1
2022-09-05nixos/mediatomb: wait for network-online.targetFabian Möller1-1/+3
2022-07-30treewide: automatically md-convert option descriptionspennae1-25/+25
2022-02-18nixos/mediatomb: make service use groupJan Seeger1-0/+1
2022-02-02mediatomb: remove packageJörg Thalheim1-1/+0
2021-12-09treewide: add defaultText to remaining optionspennae1-1/+3
2021-12-09treewide: make option descriptions constantspennae1-3/+3
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-3/+4
2020-10-08nixos/mediatomb: fix doc errorsTimo Kaufmann1-7/+11
2020-10-08mediatomb/gerbera: Improve firewall rules and open firewall optionAntoine R. Dumont (@ardumont)1-4/+27
2020-10-08mediatomb/gerbera: Add missing types to optionsAntoine R. Dumont (@ardumont)1-5/+9
2020-10-08mediatomb/gerbera: Make the actual configuration generation lazyAntoine R. Dumont (@ardumont)1-8/+7
2020-10-08mediatomb/gerbera: Introduce the mediaDirectories optionAntoine R. Dumont (@ardumont)1-0/+42
2020-10-08mediatomb/gerbera: Introduce the pcDirectoryHide optionAntoine R. Dumont (@ardumont)1-1/+10
2020-10-08mediatomb/gerbera: Make transcoding option lazy and runnable if activatedAntoine R. Dumont (@ardumont)1-28/+34
2020-10-08mediatomb: make service compatible with the gerbera forkEdward Tjörnhammar1-31/+47
2020-01-06treewide: use attrs instead of list for types.loaOf optionsrnhmjoj1-12/+12
2019-09-01nixos: remove dependencies on local-fs.targetFlorian Klink1-1/+1
2019-08-31nixos/modules: Remove all usages of types.stringSilvan Mosberger1-1/+1
2018-07-20[bot]: remove unreferenced codevolth1-1/+0
2018-06-30nixos/modules: users.(extraUsers|extraGroup->users|group)Florian Klink1-2/+2
2015-06-13Allow setting mediatomb interfaceOliver Matthews1-1/+8
2015-06-10mediatomb: fix hardcoded pathsAnders Lundstedt1-3/+3
2015-03-27Add MediaTomb serviceOliver Matthews1-0/+282