summary refs log tree commit diff
path: root/nixos/modules/services/misc/sourcehut/sourcehut.xml
Commit message (Collapse)AuthorAge
* nixos/manual: generate module chapters with md-to-db.shpennae2023-01-10
|
* nixos/manual: enable smart quotes for all MD chapterspennae2023-01-10
|
* nixos/sourcehut: convert manual chapter to MDpennae2023-01-10
|
* nixos/manual: normalize <package> -> <literal>pennae2023-01-10
| | | | | markdown can only do <literal>, so normalize to that. without auto-linking to a package index the distinction is not very useful anyway.
* nixos/manual: remove links from program listingspennae2023-01-10
| | | | | | markdown cannot represent those links. remove them all now instead of in each chapter conversion to keep the diff for each chapter small and more understandable.
* nixos/sourcehut: full rewrite, with fixes and hardeningJulien Moutinho2021-12-28
|
* nixos/sourcehut: init (#113244)tomberek2021-06-05
* nixos/sourcehut: init * sourcehut: default nginx setup * sourcehut: documentation * sourcehut: re-structure settings * sourcehut: tests * nixos/sourcehut: adopt StateDirectory * Apply suggestions from code review Co-authored-by: Aaron Andersen <aaron@fosslib.net> Co-authored-by: Thibaut Marty <github@thibautmarty.fr> Co-authored-by: malte-v <34393802+malte-v@users.noreply.github.com> * nixos/sourcehut: PR suggestions * nixos/sourcehut: malte-v patch * nixos/sourcehut: add base virtualhost * nixos/sourcehut: remove superfluous key * nixos/sourcehut: use default from cfg * nixos/sourcehut: use originBase for logs * nixos/sourcehut: use toPythonApplication in systemPackages * nixos/sourcehut: directly use ExecStart * nixos/sourcehut: update docs Co-authored-by: Aaron Andersen <aaron@fosslib.net> Co-authored-by: Thibaut Marty <github@thibautmarty.fr> Co-authored-by: malte-v <34393802+malte-v@users.noreply.github.com>