this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

maybe gitea this time

+2 -2
+2 -2
profiles/gitea/default.nix
··· 11 11 [markup.restructuredtext] 12 12 ENABLED = true 13 13 FILE_EXTENSIONS = .rst 14 - RENDER_COMMAND = rst2html.py 14 + RENDER_COMMAND = "timeout 30s pandoc +RTS -M512M -RTS -f rst" 15 15 IS_INPUT_FILE = false 16 16 ''; 17 17 database = { ··· 29 29 }; 30 30 }; 31 31 32 - environment.systemPackages = [ pkgs.docutils ]; 32 + environment.systemPackages = [ pkgs.pandoc ]; 33 33 34 34 services.postgresql = { 35 35 enable = true; # Ensure postgresql is enabled