force navidrome to start after caddy
fixes issue with permissions on the navidrome unix socket
This commit is contained in:
parent
9c9b67fb8d
commit
37cf0f03cb
1 changed files with 1 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue