nixos/oauth2_proxy: service after network.target -> network-online.target

This commit is contained in:
Ilan Joselevich 2023-08-16 14:40:33 +03:00
parent fe0f28c09d
commit 0a732d2adf
No known key found for this signature in database

View file

@ -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";