From d1e13f92444eb3d55f8f83fe945194cdad7f3dd1 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Fri, 28 Apr 2023 00:16:30 +0200 Subject: [PATCH] mediaserver: Add mounts to systemd units --- system/nixos/jellyfin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/nixos/jellyfin.nix b/system/nixos/jellyfin.nix index 6c160f3..23880fb 100644 --- a/system/nixos/jellyfin.nix +++ b/system/nixos/jellyfin.nix @@ -21,7 +21,7 @@ in { requires = mounts; - after = lib.mkForce ([ "network.target" ] ++ mounts); + after = lib.mkAfter mounts; }; services.nginx.virtualHosts."jellyfin.internal.kempkens.network" = {