lol

Merge pull request #249521 from Kranzes/oauth2-proxy

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

authored by

Ilan Joselevich and committed by
GitHub
fb1f530b 1d635e85

+1 -1
+1 -1
nixos/modules/services/security/oauth2_proxy.nix
··· 579 579 description = "OAuth2 Proxy"; 580 580 path = [ cfg.package ]; 581 581 wantedBy = [ "multi-user.target" ]; 582 - after = [ "network.target" ]; 582 + after = [ "network-online.target" ]; 583 583 584 584 serviceConfig = { 585 585 User = "oauth2_proxy";