Rename suspendService to dependentService

This commit is contained in:
SebastianStork 2025-06-07 13:57:40 +02:00
parent 5481b8f82a
commit 731f0ec615
5 changed files with 10 additions and 10 deletions

View file

@ -22,7 +22,7 @@ in
custom.services.resticBackups.syncthing = {
inherit user;
suspendService = "syncthing.service";
dependentService = "syncthing.service";
extraConfig.paths = [ config.services.syncthing.dataDir ];
};