peerflix: remove use of network-interfaces.target
This commit is contained in:
parent
820b769fc8
commit
c71bb91f66
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user