lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 21 lines 437 B view raw
1{ 2 buildGoModule, 3 authentik, 4 vendorHash, 5}: 6 7buildGoModule { 8 pname = "authentik-radius-outpost"; 9 inherit (authentik) version src; 10 inherit vendorHash; 11 12 env.CGO_ENABLED = 0; 13 14 subPackages = [ "cmd/radius" ]; 15 16 meta = authentik.meta // { 17 description = "Authentik radius outpost which is used for the external radius API"; 18 homepage = "https://goauthentik.io/docs/providers/radius/"; 19 mainProgram = "radius"; 20 }; 21}