From e884dc32c5ef35d48e08552ca3668f3b9d0d4fc5 Mon Sep 17 00:00:00 2001 From: Moritz Ulrich Date: Wed, 12 Nov 2014 23:19:43 +0100 Subject: [PATCH] Add local-fs.target to minidlna. Minidlna fails to start if it wants to access a filesystem which isn't mounted (yet). --- nixos/modules/services/networking/minidlna.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/minidlna.nix b/nixos/modules/services/networking/minidlna.nix index a519857d6a0..989ee4d91af 100644 --- a/nixos/modules/services/networking/minidlna.nix +++ b/nixos/modules/services/networking/minidlna.nix @@ -79,7 +79,7 @@ in { description = "MiniDLNA Server"; wantedBy = [ "multi-user.target" ]; - after = [ "network.target" ]; + after = [ "network.target" "local-fs.target" ]; preStart = ''