module: add nginx support with cert auto-discovery

This commit is contained in:
WilliButz 2023-10-04 17:55:39 +02:00
parent bc05d5ce25
commit f7fa85cc1f
No known key found for this signature in database
GPG key ID: FB0513677AB15BEA
3 changed files with 55 additions and 8 deletions

View file

@ -197,10 +197,13 @@
'';
};
};
checks.default = (import ./test.nix {
inherit pkgs authentik-version;
inherit (self) nixosModules;
});
checks = {
default = self.checks.${system}.vmtest;
vmtest = (import ./test.nix {
inherit pkgs authentik-version;
inherit (self) nixosModules;
});
};
devShells.default = pkgs.mkShell {
packages = [
# to generate a v2 lockfile from the v3 lockfile provided by upstream: