mediaserver: Add mounts to systemd units
This commit is contained in:
parent
4998a3c0d8
commit
f5dd9777f4
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
in
|
||||
{
|
||||
requires = mounts;
|
||||
after = lib.mkMerge mounts;
|
||||
after = lib.mkForce ([ "network.target" ] ++ mounts);
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."jellyfin.internal.kempkens.network" = {
|
||||
|
|
Loading…
Reference in a new issue