0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/gitea: don't run gitea-dump on activation

This commit is contained in:
amesgen 2023-01-07 15:50:36 +01:00
parent 677ed08a50
commit a429cecd3c
No known key found for this signature in database
GPG key ID: 1A89EC203635A13D

View file

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