nixos/oauth2_proxy: service after network.target -> network-online.target
This commit is contained in:
parent
fe0f28c09d
commit
0a732d2adf
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ in
|
|||
description = "OAuth2 Proxy";
|
||||
path = [ cfg.package ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network.target" ];
|
||||
after = [ "network-online.target" ];
|
||||
|
||||
serviceConfig = {
|
||||
User = "oauth2_proxy";
|
||||
|
|
Loading…
Reference in a new issue