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:
parent
677ed08a50
commit
a429cecd3c
1 changed files with 0 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue