1
0
Fork 0

mediaserver: Add mounts to systemd units

This commit is contained in:
Daniel Kempkens 2023-04-28 00:16:30 +02:00
parent e57c0bbe19
commit d1e13f9244
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

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