diff --git a/ops/modules/oauth2_proxy.nix b/ops/modules/oauth2_proxy.nix index 612c8197d..07ba8861e 100644 --- a/ops/modules/oauth2_proxy.nix +++ b/ops/modules/oauth2_proxy.nix @@ -37,7 +37,7 @@ in { }; config = lib.mkIf cfg.enable { - systemd.services.oauth2_proxy2 = { + systemd.services.oauth2_proxy = { inherit description; wantedBy = [ "multi-user.target" ]; diff --git a/ops/secrets/oauth2_proxy.age b/ops/secrets/oauth2_proxy.age index 2d1ab486e..baddeef1e 100644 Binary files a/ops/secrets/oauth2_proxy.age and b/ops/secrets/oauth2_proxy.age differ