1
0
Fork 0

mediaserver: Add mounts to systemd units

This commit is contained in:
Daniel Kempkens 2023-04-28 00:07:37 +02:00
parent 4998a3c0d8
commit f5dd9777f4
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -21,7 +21,7 @@
in
{
requires = mounts;
after = lib.mkMerge mounts;
after = lib.mkForce ([ "network.target" ] ++ mounts);
};
services.nginx.virtualHosts."jellyfin.internal.kempkens.network" = {