feat(bragi): wait for storage box to be moounted.

This commit is contained in:
CronyAkatsuki 2025-12-02 19:27:25 +01:00
parent ed3cc40a7c
commit cf70073483
2 changed files with 10 additions and 0 deletions

View file

@ -3,6 +3,11 @@
enable = true;
};
systemd.services.audiobookshelf = {
after = ["mnt.mount"];
bindsTo = ["mnt.mount"];
};
services.traefik.dynamicConfigOptions.http = {
services.audiobookshelf.loadBalancer.servers = [
{

View file

@ -8,6 +8,11 @@
environmentFile = "${config.age.secrets.navidrome.path}";
};
systemd.services.navidrome = {
after = ["mnt.mount"];
bindsTo = ["mnt.mount"];
};
services.traefik.dynamicConfigOptions.http = {
services.navidrome.loadBalancer.servers = [
{