Merge pull request #249521 from Kranzes/oauth2-proxy

nixos/oauth2_proxy: service after network.target -> network-online.target
This commit is contained in:
Ilan Joselevich
2023-08-17 03:16:10 +03:00
committed by GitHub
@@ -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";