module: add nginx support with cert auto-discovery
This commit is contained in:
parent
bc05d5ce25
commit
f7fa85cc1f
3 changed files with 55 additions and 8 deletions
11
flake.nix
11
flake.nix
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue