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:
parent
af79cc0c5c
commit
9b60eef4bd
4 changed files with 4 additions and 3 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue