Merge pull request #209495 from amesgen/gitea-dump-activation
nixos/gitea: don't run gitea-dump on activation
Maximilian Bosch 2 years ago 6f474d1a 2e070c40
··· 633 633 systemd.services.gitea-dump = mkIf cfg.dump.enable { 634 634 description = "gitea dump"; 635 635 after = [ "gitea.service" ]; 636 636 - wantedBy = [ "default.target" ]; 637 636 path = [ gitea ]; 638 637 639 638 environment = {