feat: require mount.
Some checks failed
/ cache (push) Failing after 5s

This commit is contained in:
CronyAkatsuki 2026-04-12 12:03:51 +02:00
parent b563db7d68
commit d321a52fe6
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@
systemd.services.audiobookshelf = {
after = ["mnt.mount"];
bindsTo = ["mnt.mount"];
requires = ["mnt.mount"];
};
services.traefik.dynamicConfigOptions.http = {

View file

@ -11,6 +11,7 @@
systemd.services.navidrome = {
after = ["mnt.mount"];
bindsTo = ["mnt.mount"];
requires = ["mnt.mount"];
};
services.traefik.dynamicConfigOptions.http = {