0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

authelia: move module under security and minor fixes

Fixed test access to lib
Added nixos test to passthru
This commit is contained in:
06kellyjac 2023-03-27 12:00:07 +01:00
parent af79cc0c5c
commit 9b60eef4bd
4 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# Test Authelia as an auth server for Traefik as a reverse proxy of a local web service
import ./make-test-python.nix ({ pkgs, ... }: {
import ./make-test-python.nix ({ lib, ... }: {
name = "authelia";
meta.maintainers = with lib.maintainers; [ jk ];