Typo.
All checks were successful
Build Nix modules (dry-run) / build-modules (push) Successful in 3m33s

This commit is contained in:
Root User 2026-02-12 23:57:24 +01:00
parent 4c393a7f92
commit 64b5520170
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -156,7 +156,6 @@ in {
systemd.services."forgejo-custom-files" = {
description = "Install Forgejo custom templates and assets into customDir";
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
serviceConfig = {
Type = "oneshot";
# Use bash -c to run a compact copy/install script that ensures dirs exist and files are owned by forgejo