nixosTests.openldap: fix deprecation warning

This commit is contained in:
ajs124 2023-02-15 14:13:23 +01:00
parent 85b60c3849
commit 3df3c93037

View File

@ -118,7 +118,7 @@ in {
};
};
testScript = { nodes, ... }: let
specializations = "${nodes.machine.config.system.build.toplevel}/specialisation";
specializations = "${nodes.machine.system.build.toplevel}/specialisation";
changeRootPw = ''
dn: olcDatabase={1}mdb,cn=config
changetype: modify