about summary refs log tree commit diff
path: root/nixos/tests/authelia.nix
diff options
context:
space:
mode:
author06kellyjac <dev@j-k.io>2023-03-27 12:00:07 +0100
committer06kellyjac <dev@j-k.io>2023-03-27 12:00:07 +0100
commit9b60eef4bdcb63b0a51e260d6fec79ff53f9d67b (patch)
treed87af070ebcb8ef79eb70f35b4d56d2503fcb898 /nixos/tests/authelia.nix
parentaf79cc0c5c44d67a40d4115715273f15b1f733cd (diff)
authelia: move module under security and minor fixes
Fixed test access to lib
Added nixos test to passthru
Diffstat (limited to 'nixos/tests/authelia.nix')
-rw-r--r--nixos/tests/authelia.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/authelia.nix b/nixos/tests/authelia.nix
index 7c239ebdd5af4..679c65fea087a 100644
--- a/nixos/tests/authelia.nix
+++ b/nixos/tests/authelia.nix
@@ -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 ];