feat(bragi): wait for storage box to be moounted.
This commit is contained in:
parent
ed3cc40a7c
commit
cf70073483
2 changed files with 10 additions and 0 deletions
|
|
@ -3,6 +3,11 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
systemd.services.audiobookshelf = {
|
||||
after = ["mnt.mount"];
|
||||
bindsTo = ["mnt.mount"];
|
||||
};
|
||||
|
||||
services.traefik.dynamicConfigOptions.http = {
|
||||
services.audiobookshelf.loadBalancer.servers = [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue