diff --git a/nix-system-configs/modules/system/forgejo.nix b/nix-system-configs/modules/system/forgejo.nix index a8a8b3c..0108c14 100644 --- a/nix-system-configs/modules/system/forgejo.nix +++ b/nix-system-configs/modules/system/forgejo.nix @@ -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