fix: Create forgejo templates folder with right permissions

This commit is contained in:
batteredbunny 2025-04-12 02:27:04 +03:00
parent 2e328fce2a
commit ee96e300ec

View file

@ -1,5 +1,6 @@
{ config, pkgs, ... }: {
systemd.tmpfiles.rules = [
"d '${config.services.forgejo.customDir}/templates' - forgejo forgejo - -"
"L+ '${config.services.forgejo.customDir}/templates/home.tmpl' - forgejo forgejo - ${
./home.tmpl
}"