tests: remove more implicit imports
This commit is contained in:
parent
1cf6f6a2fe
commit
403fb20c1b
2 changed files with 4 additions and 3 deletions
|
|
@ -65,6 +65,10 @@ let
|
|||
};
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./authelia.nix
|
||||
];
|
||||
|
||||
options.shb.nginx = {
|
||||
accessLog = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
|
|
|
|||
|
|
@ -228,11 +228,8 @@ in
|
|||
};
|
||||
imports = [
|
||||
baseImports
|
||||
../modules/blocks/authelia.nix
|
||||
../modules/blocks/hardcodedsecret.nix
|
||||
../modules/blocks/mitmdump.nix
|
||||
../modules/blocks/nginx.nix
|
||||
../modules/blocks/postgresql.nix
|
||||
];
|
||||
config = {
|
||||
# HTTP(s) server port.
|
||||
|
|
|
|||
Loading…
Reference in a new issue