nixos/oauth2_proxy: fix package name in nixos module

wip/yesman
Yorick van Pelt 3 years ago
parent d307dad7a8
commit 279c7d43ee
No known key found for this signature in database
GPG Key ID: D8D3CC6D951384DE
  1. 6
      nixos/modules/services/security/oauth2_proxy.nix

@ -90,10 +90,10 @@ in
package = mkOption {
type = types.package;
default = pkgs.oauth2_proxy;
defaultText = "pkgs.oauth2_proxy";
default = pkgs.oauth2-proxy;
defaultText = "pkgs.oauth2-proxy";
description = ''
The package that provides oauth2_proxy.
The package that provides oauth2-proxy.
'';
};

Loading…
Cancel
Save