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