Merge pull request #209495 from amesgen/gitea-dump-activation

nixos/gitea: don't run gitea-dump on activation
This commit is contained in:
Maximilian Bosch 2023-01-15 19:28:03 +01:00 committed by GitHub
commit 6f474d1af4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -633,7 +633,6 @@ in
systemd.services.gitea-dump = mkIf cfg.dump.enable {
description = "gitea dump";
after = [ "gitea.service" ];
wantedBy = [ "default.target" ];
path = [ gitea ];
environment = {