Commit 94532d15 authored by r-vdp's avatar r-vdp Committed by Bjørn Forsman
Browse files

nixos/syncthing: remove syncthing-resume service

It was removed upstream in https://github.com/syncthing/syncthing/pull/9611
and the stub generated by nixos now prints an error in the logs due to
it not having a ExecStart line.
parent 0508b425
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -714,10 +714,6 @@ in {
          ExecStart = updateConfig;
        };
      };

      syncthing-resume = {
        wantedBy = [ "suspend.target" ];
      };
    };
  };
}