diff options
Diffstat (limited to 'ops/modules')
-rw-r--r-- | ops/modules/oauth2_proxy.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/modules/oauth2_proxy.nix b/ops/modules/oauth2_proxy.nix index 612c8197d889..07ba8861e745 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" ]; |