diff options
| author | Max Audron <audron@cocaine.farm> | 2023-10-13 17:36:53 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2023-10-13 17:37:58 +0200 |
| commit | 9e30ed04224144829d946335f3d43353aff24bc9 (patch) | |
| tree | c6c213d0e504fc51a70aeb6a5747af3f9c4b78e5 /modules/authentik/authentik-outpost-proxy.nix | |
| parent | set bgp router-id (diff) | |
deploy authentik
Diffstat (limited to 'modules/authentik/authentik-outpost-proxy.nix')
| -rw-r--r-- | modules/authentik/authentik-outpost-proxy.nix | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/modules/authentik/authentik-outpost-proxy.nix b/modules/authentik/authentik-outpost-proxy.nix deleted file mode 100644 index ee19267..0000000 --- a/modules/authentik/authentik-outpost-proxy.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ lib, stdenv, buildGoModule, fetchFromGitHub, ... }: - -buildGoModule rec { - pname = "authentik-outpost-proxy"; - version = "2023.8.3"; - - src = fetchFromGitHub { - owner = "goauthentik"; - repo = "authentik"; - rev = "version/${version}"; - hash = "sha256-dpGvxhA5NWO8LKrGXzalV9EVn/nUIj6sMy2HdY5tjlM="; - }; - - vendorHash = "sha256-F3JzzL6Gg9H4qdmp4MbQFupccATYIUIFL05is6xzoZY="; - - subPackages = [ "cmd/proxy" ]; -} |
