force navidrome to start after caddy

fixes issue with permissions on the navidrome unix socket
This commit is contained in:
xunuwu 2025-04-13 11:23:53 +02:00
parent 9c9b67fb8d
commit 37cf0f03cb
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -8,6 +8,7 @@
EnableSharing = true;
};
};
systemd.services.navidrome.unitConfig.After = ["caddy.service"];
systemd.services.navidrome.serviceConfig.EnvironmentFile = config.sops.secrets.navidrome.path;
services.restic.backups.hopper = {