summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/peertube.nix
AgeCommit message (Expand)AuthorFilesLines
2022-11-16Merge pull request #198724 from Izorkin/update-peertubeSandro1-3/+25
2022-11-10treewide: use `mkEnableOption` in nixos modulesDaniel Nagy1-1/+1
2022-11-10treewide: use `types.port` in nixos modulesDaniel Nagy1-3/+3
2022-10-31nixos/peertube: fix start servicesIzorkin1-2/+4
2022-10-31nixos/peertube: add quic header to nginx configurationIzorkin1-0/+8
2022-10-31nixos/peertube: add hsts header to nginx configurationIzorkin1-1/+13
2022-10-20nixos/peertube: add nginx configurationIzorkin1-3/+285
2022-08-31nixos/*: automatically convert option descriptionspennae1-1/+1
2022-08-09nixos/peertube: fix start serviceIzorkin1-0/+4
2022-07-30treewide: automatically md-convert option descriptionspennae1-23/+23
2022-05-19nixos/peertube: use redis.serversIzorkin1-6/+10
2022-02-24nixos/peertube: add python pathIzorkin1-0/+9
2022-02-24nixos/peertube: fix youtube-dl importIzorkin1-1/+2
2021-12-17Merge pull request #148785 from pennae/more-option-doc-staticizingGraham Christensen1-1/+18
2021-12-09treewide: add defaultText for options with simple cfg.* expression defaultspennae1-0/+15
2021-12-09treewide: set defaultText for options using simple path defaultspennae1-1/+3
2021-12-02nixos/*: add trivial defaultText for options with simple defaultspennae1-0/+1
2021-10-25nixos/peertube: init serviceIzorkin1-0/+447