rclone: make mounts wait for config

This commit is contained in:
Meow 2026-03-22 11:35:01 -04:00 committed by Austin Horstman
parent 90913f8313
commit 3cea83bf84

View file

@ -364,6 +364,8 @@ in
lib.nameValuePair "rclone-mount:${replaceIllegalChars mount-path}@${remote-name}" {
Unit = {
Description = "Rclone FUSE daemon for ${remote-name}:${mount-path}";
Requires = [ "rclone-config.service" ];
After = [ "rclone-config.service" ];
};
Service = {