tests/ldap: remove redundant settings

All of thsese are already option defaults.
This commit is contained in:
Martin Weinelt
2026-03-12 15:13:24 +01:00
parent a70ae543cb
commit 59eae7f3d0
+1 -13
View File
@@ -11,17 +11,10 @@ in
{ pkgs, ... }:
{
imports = [
./../default.nix
../default.nix
./lib/config.nix
];
virtualisation.memorySize = 1024;
services.openssh = {
enable = true;
settings.PermitRootLogin = "yes";
};
environment.systemPackages = [
(pkgs.writeScriptBin "mail-check" ''
${pkgs.python3}/bin/python ${../scripts/mail-check.py} $@
@@ -116,11 +109,6 @@ in
forwards = {
"bob_fw@example.com" = "bob@example.com";
};
vmailGroupName = "vmail";
vmailUID = 5000;
enableImap = false;
};
};
};