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
commit fb1f530bc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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