nixos/freshrss: Stop running the updater service on system activation

This commit is contained in:
Elis Hirwing 2023-12-25 09:57:47 +01:00
parent ed1a16e886
commit 0c3619835b
No known key found for this signature in database
GPG key ID: D57EFA625C9A925F

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;