tests: remove more implicit imports

This commit is contained in:
ibizaman 2025-11-21 09:41:17 +01:00
parent 2425c1650b
commit e32dc493a3
2 changed files with 4 additions and 3 deletions

View file

@ -65,6 +65,10 @@ let
};
in
{
imports = [
./authelia.nix
];
options.shb.nginx = {
accessLog = lib.mkOption {
type = lib.types.bool;

View file

@ -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.