summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/torrent/peerflix.nix
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-09-10 20:21:04 +0200
committerAlexander Ried <ried@mytum.de>2016-09-13 11:19:22 +0200
commitc71bb91f6666098782f51a5176484b7921e30b49 (patch)
treefb188124ac9b99e740e04dfc579c55c740435ac2 /nixos/modules/services/torrent/peerflix.nix
parent820b769fc85b5f4378da477b602f2dcae6d13977 (diff)
peerflix: remove use of network-interfaces.target
Diffstat (limited to 'nixos/modules/services/torrent/peerflix.nix')
-rw-r--r--nixos/modules/services/torrent/peerflix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/torrent/peerflix.nix b/nixos/modules/services/torrent/peerflix.nix
index 38fbd3b226cd..2e3dd9902d72 100644
--- a/nixos/modules/services/torrent/peerflix.nix
+++ b/nixos/modules/services/torrent/peerflix.nix
@@ -42,7 +42,7 @@ in {
systemd.services.peerflix = {
description = "Peerflix Daemon";
wantedBy = [ "multi-user.target" ];
- after = [ "network-interfaces.target" ];
+ after = [ "network.target" ];
environment.HOME = cfg.stateDir;
preStart = ''