Unverified Commit 0c361983 authored by Elis Hirwing's avatar Elis Hirwing
Browse files

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

parent ed1a16e8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;