Merge pull request #276670 from etu/freshrss-stop-running-updater-on-system-activation

nixos/freshrss: Stop running the updater service on system activation
This commit is contained in:
Felix Bühler 2023-12-25 11:37:32 +01:00 committed by GitHub
commit 0c7f041600
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -294,7 +294,6 @@ in
systemd.services.freshrss-updater = {
description = "FreshRSS feed updater";
after = [ "freshrss-config.service" ];
wantedBy = [ "multi-user.target" ];
startAt = "*:0/5";
environment = {
DATA_PATH = cfg.dataDir;