mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 23:11:34 +01:00
Rename suspendService to dependentService
This commit is contained in:
parent
5481b8f82a
commit
731f0ec615
5 changed files with 10 additions and 10 deletions
|
|
@ -22,7 +22,7 @@ in
|
|||
|
||||
custom.services.resticBackups.syncthing = {
|
||||
inherit user;
|
||||
suspendService = "syncthing.service";
|
||||
dependentService = "syncthing.service";
|
||||
extraConfig.paths = [ config.services.syncthing.dataDir ];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue