mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
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 a new issue