fixup
This commit is contained in:
parent
c088ea3858
commit
0596da6b35
1 changed files with 2 additions and 4 deletions
|
@ -7,8 +7,7 @@
|
|||
};
|
||||
|
||||
systemd.services.prowlarr = {
|
||||
bindsTo = [ "netns@wg.service" ];
|
||||
requires = [ "network-online.target" ];
|
||||
bindsTo = [ "wg.service" ];
|
||||
after = lib.mkForce [ "wg.service" ];
|
||||
|
||||
serviceConfig = {
|
||||
|
@ -18,8 +17,7 @@
|
|||
|
||||
systemd.services.socat-prowlarr = {
|
||||
description = "socat exposes prowlarr";
|
||||
bindsTo = [ "netns@wg.service" ];
|
||||
requires = [ "network-online.target" ];
|
||||
bindsTo = [ "wg.service" ];
|
||||
after = [ "wg.service" ];
|
||||
|
||||
serviceConfig = {
|
||||
|
|
Loading…
Reference in a new issue